I have a text file as input data. However, when I run the flow, i keep getting an error message
_CustomerMaster.txt: record 239 is too long, and File/Field Layout 'allowLongLines' isn't checked. I have checked "allowLongLines" but still get the same error. I even tried reading the file as a csv with delimiter \n and field length 999999 but it still throws me the error. How can i resolve this?