mpe_loader.sas File Reference

Loads CSV and sends to the staging area for approval. More...

Go to the source code of this file.

Detailed Description

this macro used to capture multiple CSVs (eg from one excel file) in a staging area and send them all to a landing area. For simplicity this functionality is now deprecated, and each load should be made as a seperate request. If there is a use case to load multiple tables at once, the client should manage this and load them seperately.

Parameters
url=used for debugging (provided by stagedata stp)
dlm=use to provide alternative delimeters for CSVs (not just comma)
[in]termstr=(crlf) Always crlf from adapter, whereas loadfile service figures it out

SAS Macros

Version
9.2
Author
4GL Apps Ltd

Definition in file mpe_loader.sas.