You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to import a bulksheet that contains a field for the [[*content]] section. What I'd like to do is store my html formatted content in this field and import it along with all the other fields. It looks like the fact that the text in the content field spans multiple lines will break the import.
ex:
template^pagetitle^alias^content^
7^My Page Title^pagename^<p>
my content here
</p>^
So right now it seems the only way to import this content field is to remove all the line breaks from each field in my worksheet.
I too would really like to be able to import multi-line text. Excel CSV import deals with this by using text delimiters, as Christian demonstrates in his example the use of double quotes to delimit content. It would be great it we could specify text delimiter as well as field separator.
I'm trying to import a bulksheet that contains a field for the [[*content]] section. What I'd like to do is store my html formatted content in this field and import it along with all the other fields. It looks like the fact that the text in the content field spans multiple lines will break the import.
ex:
So right now it seems the only way to import this content field is to remove all the line breaks from each field in my worksheet.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: