Hello, Is there a way to use --pipe to process a csv that could have multiple lines for a single record? For example:
row1,"1 2 3" row2,4 I'd like to treat the above as 2 rows for parsing purposes. Thanks for your help. Ryan
Hello, Is there a way to use --pipe to process a csv that could have multiple lines for a single record? For example:
row1,"1 2 3" row2,4 I'd like to treat the above as 2 rows for parsing purposes. Thanks for your help. Ryan