Uploading CSV Error
-
I am getting an error when I try to upload a CSV file. I think I know the reason for the error but I cannot figure out the solution.
My data has 3 columns (Quote, Author, Topic)
Example of what my quote field looks like:
<div class="authtopicstyle"> "QUOTE HERE." <br/><div class="authorstyle"> - AUTHOR NAME </div> <div class="topicstyle"> Topics: TOPIC1, TOPIC2 </div> </div>
[Note: I put quotations around the quote, as shown. I include the author name and topic here as well so that I can show it all in one column]Example of what my Author field looks like: – AUTHOR NAME
Example of what my Topic field looks like: Topics: TOPIC1, TOPIC2
The problem I am having is when I try to upload with an author name that has a “.” (period) in it. For example, someone that goes by A.B. Jones, or has a “Jr.” at the end of their name.
The best solution I have right now is to leave the period out. That works, but I was hoping there was a way to upload it and still have the periods in there.
Thanks
- The topic ‘Uploading CSV Error’ is closed to new replies.