LoadCsvFile

Takes two parameters, FileName, bHasHeader

Description:

Given a local file name path, it is parsed into the WorkQuery using CRLF characters for Records and commas for Fields.

This command applies both AnsiToUtf8$ and WebSafe$ to the data during the loading process.

Example:

LoadCsvFile "/Public/someData.csv", "y"