Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHey,
Files can have many different formats.
There is no way to just "read a file" without knowing what the actual format of the file is.
Are these excel files, or delimited files, or fixed width files, or binary files, or CSV files, or XML files, or JSON files, or ...... ?
You really need to know *what* you are trying to read first.
Once you've figured that out, then look in the "Acquisition" category and you'll likely find a corresponding node (like "Delimited File", "Multiple BRD Files", "Fixed Format File", "Excel File", "XML Data", etc) where the name if the file pretty much indicates the type of format that it is designed to read.
For some of these nodes (e.g. XML Data, JSON Data) the nodes are part of the Lavastorm Analytics Library, so make sure you have that installed.
In any case, if the name of the node is not clear enough, each of these nodes will also have documentation available which describe exactly what their purpose is, and how to use them to read the data you are trying to read. Just click on the node in the Acquisition section, and then hit F1 to bring up the node help.
Regards,
Tim.