Adobe-Consulting-Services / acs-aem-tools

http://adobe-consulting-services.github.io/acs-aem-tools/
120 stars 97 forks source link

CSV asset importer adds _LINE_TERMINATED. #222

Open naraharishetti opened 4 years ago

naraharishetti commented 4 years ago

While using CSV asset importer for bulk updating metadata fields in aem, if the text contains line breaks _LINE_TERMINATED " text appears. Please let me know how can i solve this issue. Thanks!

Capture

Original text : Usage:

Territory: Worldwide

Duration: 1 Year, Any Social Media postings within this duration can remain online in perpetuity.

Usage: Unlimited/unrestricted use including but not limited to all collateral (in-store, DM, brochures, POS), industrial (tradeshows,

domestic/intl in-flight, conventions/jumbotrons, in-stadium, in-theater/cinema, kiosks, sales meetings, internal use), PR (agency

and client promotion), electronic and digital media (web, global podcasts, Apps, QR codes, Banners, Interactive Media, mobile

downloads, ecommerce, social media) and any new media that should become available during the term.

Use is for all images captured.

davidjgonzalez commented 4 years ago

How are the line breaks being escaped in the CSV? if you open the CSV file in a text editor, each line in the CSV still hows up on the same line right?

naraharishetti commented 4 years ago

Yes, they are in same line as before with spaces/line breaks

issue3
brunswi commented 8 months ago

Dear experts, can you think of a workaround? In the CSV, the row is split into two lines in (as described in https://stackoverflow.com/questions/566052/can-you-encode-cr-lf-in-into-csv-files)

CSV: test.csv Content package with image and metadata schema: acs-aem-tools-issue-222.zip

image