Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: AndyBealeI have some data that is delimted as follows. Some of the data fields has double quotes.
Example data:
"07777777777"�277933294�572537575�"013190008122677 "�"0065435930054"�153379907�-1�"NONE"�
I am trying to load the data into Lavastorm maintaining the double quotes (existing format). I have achieved this with the node below:
node:New_Format_PIE_Data_2
bretype:core::Delimited File
editor:Label=New Format PIE Data
editor:sortkey=506c2ed65dee6290
input:506c2ed655091bb3/=QA_Location.40fd2c747c2b1c0a
output:@41e6c6cd11e613c6/=
prop:FieldDelimiter=�
prop:FilenameExpr=<<EOX
Filename
EOX
prop:QuotedDoubleQuotes=Literal Quote if no EscapeCharacters
prop:RecordDelimiter=\n
editor:XY=190,130
end:New_Format_PIE_Data_2
I am then trying to export (publish) the data so it is exactly the same as the import data - however I cannot seem to manage this as if I select "False" on the DoubleQuote I need to select an EscapeCharacter - however I do not want an escape character?
I have tried numerous combinations all to no avail - Please help!
Thanks
Andy