将 PAF 文件导入 MySQL
我最近从皇家邮政购买了 PAF 文件。我已收到全部内容,但现在需要将内容导入 MySQL 数据库。
查看这些文件后,似乎没有通用的分隔符或方法来确定各个列。
任何人都可以提供有关 PAF 文件格式的任何见解,以便我可以构建解析器吗?
提前致谢 :)
I recently purchased PAF files from the Royal Mail. I've received them all but now need to import the contents into a MySQL database.
After taking a look at the files there seems to be no common delimiter or way to determine the individual columns.
Can anyone please provide any insight into the format of a PAF file so I can build a parser?
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您应该阅读此 PDF 文件来自主网站:它拥有您需要的一切创建一个解析器IMO。
I think you should read this PDF file taken from main website: it has everything you need to create a parser IMO.