Hi there,
i am working on ER where i have to pass/import blank columns from csv to respective entity (say customer payment journal entity).
So file structure is like Value1,,,,,,,
So after 1st column, all columns are blank during import. so i have created string columns in mapping & format and wanna to pass null value to those columns...but i am getting below error:
Could you please let me know how can i pass blank value during import or m i missing anything here.
Thanks in advance!!