Skip to main content
Participant
January 4, 2023
Answered

Data merge issue - more files than in excel

  • January 4, 2023
  • 4 replies
  • 378 views

Hi everyone.

I'm trying to export certificates that includes the users name, their role, and a small blurb. When I come to export my data merged PDFs I have 14,043 PDFs when there are only 14,041 entries in the excel.

I can't tell where these extra 2 come from and part way through the PDFs they do not seem to match fully with the entries in excel.

Any help that can be given would be appreciated!

This topic has been closed for replies.
Correct answer Peter Spier

Could also be caused by a return character in a cell...

4 replies

Robert at ID-Tasker
Legend
January 7, 2023

If you are able to find the page where the info is wrong - then you need to examine previous record in the Excel file - for comma(s) or enter/return.

 

Peter Spier
Community Expert
Peter SpierCommunity ExpertCorrect answer
Community Expert
January 7, 2023

Could also be caused by a return character in a cell...

Participant
January 9, 2023

This was it! I had done some searches of returns and it didn't flag anything. Turns out there were 2 which were causing the issue. Thanks for this as it made me double check!

Community Expert
January 6, 2023

If using csv for source file, make sure there are no commas, this will create a new record. If there are commas, then use tab-delimited .txt for source file.

Dave Creamer of IDEAS
Community Expert
Community Expert
January 6, 2023

In-text commas should be flagged as a special case by putting them in quotes. Programs like Excel should do that automatically. 

 

That said, I always prefer tab-delimited files. 

 

David Creamer: Community Expert (ACI and ACE 1995-2023)
Mike Witherell
Community Expert
Community Expert
January 6, 2023

Maybe 2 line entries in your spreadsheet have invisible white space characters in the fields?

Mike Witherell