Hi @at7140,The “missing separator” error means the input file format doesn’t match the expected delimiter or structure. To avoid losing records, always validate the file structure, enforce consistent delimiters, handle special characters properly, and configure the Data Loading activity with the cor...