Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting multi-line fields? #23

Open
bmilton opened this issue Aug 23, 2011 · 3 comments
Open

Supporting multi-line fields? #23

bmilton opened this issue Aug 23, 2011 · 3 comments

Comments

@bmilton
Copy link

bmilton commented Aug 23, 2011

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.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@christianhanvey
Copy link
Contributor

I'd like to see this too, perhaps in combination with optional field enclosing characters eg

43;1;page title;"content over several
lines here";

@randomdave
Copy link

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.

@Mark-H
Copy link
Member

Mark-H commented Jul 15, 2014

The solution suggested in #55 will make this possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants