LoadRawFile

Takes one parameter, FilePath

Description:

Given a local file name path, it is loaded as a single value into the WorkQuery using a single Field name of "Raw". The assumption from here is that various string manipulation and parsing commands would be used to decode the third party file format if need be.

Note that the runtime memory is able to store and manipulate binary data in memory. If any binary data is to be saved into the Database with characters of an ASCII value of 0 or 1, the data must first be encoded using the Plus8Encode command.