我有这种格式的文本文件:
{ attribute1 attribute2 attribute3.... attributeN value"A" value"B" value"C".... value"Z" /* next line of values*/ }
每个单词由制表符分隔.
如何转换为CSV格式?我尝试使用Excel,但它提供了兼容性问题.
csv excel attributes text-files
attributes ×1
csv ×1
excel ×1
text-files ×1