如何打开有问题的数据转储并将其转换为 mysql(或其他实用格式)?

发布于 2024-07-30 05:22:39 字数 309 浏览 6 评论 0原文

我正在尝试使用非常有趣的数据集。 不幸的是,我在打开它并将其转换为任何有用的格式时遇到问题。 它是存档 txt 文件的集合。 当我解压缩它们并尝试打开 txt 文件时,我得到“它是二进制文件,保存它可能会导致文件损坏”并且它不可读 - 只有“奇怪的字符”,我无法手动读取任何内容。 尝试使用 grep 但它也抱怨它是二进制的。 我尝试将其导入 mysql 数据库,但是当我尝试执行 LOAD DATA LOCAL INFILE '/path/to/file.txt' INTO TABLE tablename 时,出现错误 1064 (42000)代码>. 我不知道该怎么做才能打开它。

I'm trying to work with pretty interesting data set. Unfortunately, I have problems with opening it and converting it into any useful format. It's collection of archived txt files. When i decompress them and try to open txt file i get 'it's binary file, saving it may result in corrupt file' and it's unreadable - there are just 'weird characters', nothing i could manually read. Tried to use grep but it's also complaining that it's binary. I tried to import it into mysql database but when i tried to execute LOAD DATA LOCAL INFILE ‘/path/to/file.txt’ INTO TABLE tablename I got ERROR 1064 (42000). I don't know what to do to open it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咆哮 2024-08-06 05:22:39

我将在这里进行大胆的猜测,并说它们并不是真正的文本文件:-)

在您弄清楚它们是什么之前,尝试通过不同的方法导入它们并不是最有效的做法。

您可以发布这些文件的标头(十六进制代码)吗? 如果它们前面有魔法序列,应该有助于弄清楚它们是什么。

I'm going to take a wild guess here and say they're not really text files :-)

And until you figure what they are, trying to import them via different methods is not going to be the most productive course of action.

Can you post (a hex code of) headers for those files? If they have magic sequence in front, it should help with figuring out what they are.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文