Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以支持导出到csv文件吗 #1

Open
ClareZhou opened this issue Jul 26, 2023 · 2 comments
Open

可以支持导出到csv文件吗 #1

ClareZhou opened this issue Jul 26, 2023 · 2 comments

Comments

@ClareZhou
Copy link

我们团队想将excel的数据转为UE可读的DataTable形式,发现这款工具支持excel2json,但是目前还不支持excel2csv,如果有csv格式的数据就好了,下一步就能直接导出到ue 的DataTable

@cupen
Copy link
Owner

cupen commented Sep 8, 2023

当然可以,但 CSV 缺少类型信息。一些高级类型的字段(数组、对象等等)要怎么导出?
json 很好用啊,unreal 里也能用吧。还能自由适配到 protobuf 之类的二进制格式。

@cupen
Copy link
Owner

cupen commented Oct 25, 2023

@ClareZhou 你好,csv 没有固定的间隔符号和换行符,此外还有很多“方言" 之类的实现。
最好可以有个参考例子。比如下面这种(间隔符,, 换行符\n, 不含类型)的例子:

id, name, avatar
N001, 小明, avatar://N001
N002, 小强, avatar://N002
N002, 小红, avatar://N003

这周末如果我有空就顺手实现了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants