有没有一种方法可以从多个PDF中获取数据
我有大量的PDF文件,每个文件都有一定数量的行,可以说产品参考和价格。这些随着文件的变化而不断变化。 例如,输入PDF文件可能是:
文件1
发票号:1
- 产品A:5000
- 产品B:3000
- 产品D:6000
文件2:
发票编号:2
- 产品B:5000
- 产品C:1000
我需要在Excel表中输出这些使用产品参考和发票NO作为标题以及行中的值。
我尝试使用电源查询,但是由于每行的值并不恒定,因此无法正常工作。
有什么方法可以做到吗?
提前致谢。
I have a large set of pdf file, each file has a certain number of rows, lets say product references and price. These keep changing as files change.
For example the input pdf file could be :
File 1
Invoice number : 1
- Product a : 5000
- Product b : 3000
- Product d : 6000
File 2 :
Invoice number : 2
- Product b : 5000
- Product c : 1000
I need these outputted in an excel sheet with product references and invoice no as headers and the values in rows.
I tried with power query but since the values of each row aren’t constant it didn’t work.
Is there a way that I can do it ?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将发票编号添加到产品参考。
考虑您导入数据。以下是示例导入步骤之后的电源查询。
如果答案对您有用,那么期望您检查标记并进行投票。如果答案对您不起作用,则在底部添加评论以及您遇到的问题。对于您的情况,您需要调整答案。
Just add the invoice number to the product reference.
Considering that you imported the data. Below is the power query after the imported steps of your example.
If the answer works for you, the expectation is that you checkmark it and upvote it. If the answer does not work for you you add a comment at the bottom and the problem you experience. For your situation you will need to adapt the answer.