Hi, everyone! I'm a new user of Alteryx and especially new to transforming .csv files.
I have these files (6 in total, ~15 million lines) that contain line breaks. My team and I have a script that can detect these line breaks using Text to Columns. The first column indicates which records have errors: if it does not follow the file pattern, it has a line break.
By applying a filter using any column that should not have a [Null] record, we can also see all the line breaks. Upon closer inspection, there are some records that follow the pattern of the first column with the fields, but they are incomplete (they don't have all the delimiters), and the rest of this field is in the next row or divided across the next few rows (as far as I know, the maximum is 5 rows).
Is there any way for me to move these records up to their rightful place while updating the fields in the process? If it helps, the "rightful place" always starts with a zero.
Thanks in advance!