Hello Everyone,
I've got a project that someone asked if we could do in XMPie or not, and I can't think of an easy way to do it but I'd thought I'd put it out to the group.
Is there a way to have multiple records in a .CSV display on the same page of a document, without using impositioning, so that each record honor Suppressing Trailing Spaces within the text block.
I'd like it to resemble the following, but with each FullName being a different record from the data source:
FullName (row 1 of .csv)
Address
Phone1
Phone2
FullName (row 2 of .csv)
Address
Phone1
Phone2
FullName (row 3 of .csv)
Address
Phone1
Phone2
If I just copy each block of text (FullName, Address, Phone1, and Phone2) multiple times in the same text field, and then assign the FullName Content Object to each FullName in the text field for example, XMPie will simply display the same record in the .csv however many times I've got it on the same page. It would instead look like:
FullName (row 1 of .csv)
Address
Phone1
Phone2
FullName (row 1 of .csv)
Address
Phone1
Phone2
FullName (row 1 of .csv)
Address
Phone1
Phone2
Also, the amount of data is enough where merging multiple records into a single row of the .csv and calling each FullName1, FullName2, FullName3, etc. wouldn't be feasible. Any ideas would be greatly appreciated, thanks.