I have data (comma delimited text with text qualifier ") that ends ever line with a line feed (LF or \n). However, there is a description field that contains multiple LF. This is causing problems in the input as every the software hits the LF it pops a new record.
I was able to fix this 2 ways. One load data into Notepad++ and replace the end of lint "\n with "}, then remove all LF, then replace "} with "\n again. Alternately load the csv and check "allow new lines in quoted fields" (only works with AMP).
Before I found the check box I was trying to leverage regular expressions to repeat the method I used in Notepad ++. This involved loading the data as a flat file instead of csv. However, neither the RegEx tool nor the REGEX_Replace formula is working? This bugs me because I can see usefulness in this functionality in the future.
Suggestions?
here is a pic of the data. Every record ends with "LF, but you can see the other LF in that one description field:
