从Google Sheet导出嵌套的XML

时间:2017-09-18 12:45:16

标签: xml google-sheets

我正在使用Google表格并安装了附加的“导出表格数据”。我如何设计工作表以及我必须在侧栏中选择哪些设置,以获得3级嵌套xml输出,如:

<root>
 <fruit>
  <description>
   <en>Some text</en>
   <de>etwas text</de>
   <es>poco texto</es>
  </description>
 </fruit>
</root>

如果我在字段内容中将最后一个级别包含为文本,我只会使用如下表格来实现此目的:

root   description          description           description  
fruit  <en>Some text</en>   <de>etwas text</de>   <es>poco texto</es>

0 个答案:

没有答案