Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: laurrietaI'm getting a file through FTP Get node (working fine). Problem is with the data as fields are enclosed in quotes and delimited by a semicolon (sanple in Source Data.txt). I've tried with a Delimited File and a CSV File nodes, but in both cases results are not the expected ones (screenshots attached, columns are not broken).
Field Delimiter
node:56e67e281b2a1ec3
type:binary
name:Delimited+File
inputut1=56e2978421d71830.out1
outputut1
prop:ls.brain.graphElement.color=<<EOX
FFA800
EOX
prop:ls.brain.node.convert.fileNameExpr=<<EOX
;line:1
'Filename'
EOX
prop:ls.brain.node.convert.columnDelimiter=;\n
prop:ls.brain.node.convert.recordDelimiter=;\r\n
prop:ls.brain.node.convert.columnNames=a;b;dummy
prop:binary=nodeInputDelimited
end:56e67e281b2a1ec3
CSV File
node:56e690be46cd488a
type:binary
name:CSV+File
input:downloaded files=56e186a02ecf429f.downloaded files
outputut1
prop:ls.brain.node.convert.columnDelimiter=,
prop:ls.brain.node.convert.quoteCharacters="
prop:ls.brain.node.convert.recordDelimiter=\n
prop:ls.brain.graphElement.color=<<EOX
FFA800
EOX
prop:ls.brain.node.convert.fileNameExpr=<<EOX
;line:1
'_DestinationFile'
EOX
prop:ls.brain.node.convert.columnNames=a;b;dummy
prop:binary=nodeInputDelimited
end:56e690be46cd488a
I'll appreciate your helps to sort it out
Attachments:
Field Delimiter Output.bmp
CSV Output.bmp