Forum Discussion
diego_martinezn
4 years agoFrequent Visitor
Losing a column when importing PDF
I'm working with a folder where I have some PDFs, all with the same structure. I've developed a function to just upload the files to that folder and automatically apply all transformations and oper...
Anonymous
4 years agoNot applicable
To prevent this, I always add a ColumnCount column that tells me the number of columns in each pdf table. Then I sort by greatest to least. This way, your sample file has the maximum number of columns, and when you expand them, you will no longer lose any data!
--Nate