Forum Discussion
Anonymous
2 years agoNot applicable
Power query import from PDF
I have a PDF file with five columns. One of the columns has individuals names in it with a format of lastname, firstname. However, when I try to transform the data the first and last names are spli...
lbendlin
2 years agoSuper User
are there commas involved?
Can you post a sample PDF that illustrates the issue?
- Anonymous2 years agoNot applicable
There are commas in the username column of the PDF separating the last and first name.
- lbendlin2 years agoSuper User
You would need to import the data without separator and then in Power Query split the text as needed (via "first occurence" for example)
- Anonymous2 years agoNot applicable
Thank you. How do I import a PDF file without the separator? Is there a setting in Power Query that I need to change to turn off the comma separator?