Thanks for the reply @longnguyen89 unfortunately that was not the case.
It’s due to the invalid formatting in CSV file due to spaces created using LF line-breaks probably while exporting from woo-commerce through the plugin, I was just validating the CSV file through online tool which checks using the CSVLint at https://csvlint.io/
It helped me to figure out the issue while getting the friendly messages in the bottom as mentioned below:
Structural problem: Non-standard Line Breaks on row 1
Your CSV appears to use LF line-breaks. While this will be fine in most cases, RFC 4180 specifies that CSV files should use CR-LF (a carriage-return and line-feed pair, e.g. \r\n). This may be labelled as "Windows line endings" on some systems.
I have fixed the warnings/messages and tried to upload the CSV again which works essentially
-
This reply was modified 3 years, 2 months ago by arifmd.
-
This reply was modified 3 years, 2 months ago by arifmd.