Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
Characters such as newlines, colons (':'), and single quotes ("'") are currently invalid characters to have in field-names in the LAE metadata.
These are part of the BRD format, and having these characters in the field names will cause issues with the LAE being able to understand the metadata.
As such, these are not allowed in field names coming from the Excel File node.
However, there is a parameter on the Excel File node "
SubstituteInvalidCharacters" which can be found on Parameters 2, which can be used to work around this issue.
If you set this parameter to true, then the following substitutions are made:
":" -> "-"
"'" -> ""
newline -> " "
As for duplicate field names, the only way to handle them at the moment is to use the WorkbookSpec parameter, set the dataStartRow to be the row after these field names, and then setup the workbook spec to define the field names that you wish to use - while ensuring that the field names are all unique.
The problem with duplicate field names has been raised as an issue with the Excel File node (Issue # 3468) and specific handling for this will be added in LAE 4.5.5.
Tim.