We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我们团队想将excel的数据转为UE可读的DataTable形式,发现这款工具支持excel2json,但是目前还不支持excel2csv,如果有csv格式的数据就好了,下一步就能直接导出到ue 的DataTable
The text was updated successfully, but these errors were encountered:
当然可以,但 CSV 缺少类型信息。一些高级类型的字段(数组、对象等等)要怎么导出? json 很好用啊,unreal 里也能用吧。还能自由适配到 protobuf 之类的二进制格式。
Sorry, something went wrong.
@ClareZhou 你好,csv 没有固定的间隔符号和换行符,此外还有很多“方言" 之类的实现。 最好可以有个参考例子。比如下面这种(间隔符,, 换行符\n, 不含类型)的例子:
,
\n
id, name, avatar N001, 小明, avatar://N001 N002, 小强, avatar://N002 N002, 小红, avatar://N003
这周末如果我有空就顺手实现了。
No branches or pull requests
我们团队想将excel的数据转为UE可读的DataTable形式,发现这款工具支持excel2json,但是目前还不支持excel2csv,如果有csv格式的数据就好了,下一步就能直接导出到ue 的DataTable
The text was updated successfully, but these errors were encountered: