Help importing multiple PDF files without naming them applying a tfm template and then appending them
Forums
Hey! I have many pdf files named differently. I’d like to find a way to loop through all of them without having to name each of them individually (there are too many of them) and then append them all. I already saw Bryan’s post about how to sort of do this but I’d have to name each file and since I have like fifty of them, I’d like to find a quicker way to do it without naming each of them.
Thanks!
I wrote a script that uses a…
I wrote a script that uses a wildcard and will pull in any PDF file that meets a wildcard using the same template, and concatenate them into a single database. You could select all your PDFs and give them a name that matches a wildcard, or modify the script to not use any wildcard and just look for PDFs. If this helps, I will locate the script and load it
Hi Daniela,Are you talking…
Hi Daniela,
Are you talking about doing this in a script or through IDEA.
If you are importing it through IDEA have you tried using the multi-file import that comes with the SmartAnalyzer Utility package, you can find it in the IDEA Passport. Just install it and you will find one of the apps is a multi-file import. You can select multiple pdf files so long as they all use the same template. Import them and then perform the append.
Brian