When importing it removes the whitespace in the name "column". When removing qoutes it works. Needed qoutes as in email the data was incorrectly format with ; sometimes.
Hi Anders sorry about didn't get back to you. I've missed this post somehow. I'm not understandig your problem I think. Which character in the above example gets removed?
I have a usercontrol btw which removes all members. Do you still need that?
The newest CMSImport V1.0.3 should have fixed this. This one is only available from our.umbraco.org/projects the normal repository uses the old UmbImport 1.0.2 package.
Removing whitespace when using qoutes as seperator
Looks like it removes whitespace when using qoutes on import of members. I had a CSV file with the following setup:
Login;Name;Email;Password
1;"Kalle Persson";"[email protected]";"sdsdd111"
When importing it removes the whitespace in the name "column". When removing qoutes it works. Needed qoutes as in email the data was incorrectly format with ; sometimes.
So how do I remove 500 members the easiest way?
Hi Anders sorry about didn't get back to you. I've missed this post somehow. I'm not understandig your problem I think. Which character in the above example gets removed?
I have a usercontrol btw which removes all members. Do you still need that?
Cheers,
Richard
I have the same problem when I use CSV and " as the Text Indicator
This is the csv that is generated from Excel
And when I import it, column three gets imported as: columnthreewithspaces
HI All,
Missed the post again :-( I've uploaded a new release where this is solved.
Cheers,
Richard
Hi,
I am trying to import some content into an Ubmbraco instance, and I am suffering from the same issue.
The content is exported with "some text", but all whitespace is removed during the import from the CSV so it becomes "sometext"
I am running 4.03, which I believe is the most current. Can you tell me which release will have this issue fixed.
re:I"'ve uploaded a new release where this is solved."
Thanks
Jim
Hi Jim,
The newest CMSImport V1.0.3 should have fixed this. This one is only available from our.umbraco.org/projects the normal repository uses the old UmbImport 1.0.2 package.
Cheers,
Richard
is working on a reply...