Alter CSV data before import

Hey, everyone. I'm trying to import a CSV that contains orders and line items. There are also blank rows in some places in the CSV. Is there a way I can alter the CSV to remove some rows before importing? How can I check to identify if a row is an order or a line item?
1 Reply
NolanN
NolanNOP2w ago
Still curious if there is an answer to this, but I ended up creating a custom action instead. That also meant that I didn't need to prompt the user with any mapping step since I know the exact structure of the CSV

Did you find this page helpful?