Complicated PDF Merge
Posted: Tue May 23, 2017 10:48 am
Hello,
I'm working on a flow where there are several groups of PDF files uploaded to one folder.
The file names in each group start with two identical characters and end with a page number. The number of files in groups varies, the number of groups can also be changed:
AA_170523_01.pdf
AA_170523_02.pdf
AA_170523_03.pdf
AA_170523_04.pdf
...
AA_170523_15.pdf
BB_170523_01.pdf
BB_170523_02.pdf
...
BB_170523_10.pdf
...
XY_170523_01.pdf
XY_170523_02.pdf
...
XY_170523_09.pdf
The files in each group should be assembled for a PDF Merge, and the merged pdf name should be the first 9 characters of the file names in the group.
I created a basic flow for one such group with success.
My questions are:
1. Can this process be implemented in one flow or is it better to duplicate flow for each group?
2. Is it possible to name the merged pdf file with the first 9 characters from the input filename?
I don't have much experience in Switch. Any help will be appreciated.
Major
I'm working on a flow where there are several groups of PDF files uploaded to one folder.
The file names in each group start with two identical characters and end with a page number. The number of files in groups varies, the number of groups can also be changed:
AA_170523_01.pdf
AA_170523_02.pdf
AA_170523_03.pdf
AA_170523_04.pdf
...
AA_170523_15.pdf
BB_170523_01.pdf
BB_170523_02.pdf
...
BB_170523_10.pdf
...
XY_170523_01.pdf
XY_170523_02.pdf
...
XY_170523_09.pdf
The files in each group should be assembled for a PDF Merge, and the merged pdf name should be the first 9 characters of the file names in the group.
I created a basic flow for one such group with success.
My questions are:
1. Can this process be implemented in one flow or is it better to duplicate flow for each group?
2. Is it possible to name the merged pdf file with the first 9 characters from the input filename?
I don't have much experience in Switch. Any help will be appreciated.
Major