Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkRapkat,
If you are trying to load a tab-delimited file, you would use
1. FieldDelimiter =\t
2. RecordDelimiter =\n
The control characters for tabs and newlines.
And aside from specifying the file, and those fields, you are not required to enter a value for the other parameters. They are optional depending on your input.
The Help section on this node describes each of the parameters, including whether they have default values. For example, if left alone, the FieldNames defaults to the first row of your input data. (i.e. assumes that your file has its own column header row)
Regards
Timon Koufopoulos
MDA Support.