Hi,
I am trying to import around 50000 records that have 3 columns that contains leading zeros and other two columns have few single quotes in name column. Single quotes are repeated in the name column.
I am trying to import these with single shot but facing below problem.
Leading zeros are not retained when tried with excel import then i converted this to .txt file but facing error because of single quotes in name column.
I have work around to import by writing a small component by checking the length and append the zeros through console app after importing the data through spread sheet but i am looking for a better approach through import.
I guess we can achieve this through XML import but unable to figure out how to prepare the XML file for my custom entity. Can any one suggest if we have any better approach. I am using 2016 CRM online.
*This post is locked for comments
I have the same question (0)