import - InDesign Paragraph Return Character from CSV file? -


i using data merge functions of id cs4 import data have exported mysql database. although can set id remove blank lines, doesn't work purpose because later lines contain data. result, there still appears whitespace in outputted data.

since using php produce csv file, question this: possible me indicate indesign paragraph return character within csv file, data can in turn imported , displayed wish.

for example, have tried following examples, nothing seems work:

"code","description" "12345", "hardware\ntools"  "code","description" "12345","hardware \z  tools" 

any gratefully appreciated!

according this pdf, in idml can specify "forced line break" using &#x2028, or can force "paragraph break" using <br/>.

i'm not sure if you're looking may able give try.

hope helps!


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -