以下是数据文件示例。将加载文件分为多个节。每个惊叹号 (!) 表示一节的开始。惊叹号的后面必须是有效的节名称。每个撇号 (') 表示是一个注释行的开始。使用下列文件分隔符字符之一分隔数据文件中的信息:
, ~ @ $ % & ^ | : ; ? \
注:
您可以使用任意一个有效字符,前提是该字符未在文件名中使用或没有在文件中用于其他用途。例如,如果在实体成员名称使用 & 符号 (&),则不能将其作为分隔符字符。在整个文件中必须使用相同的分隔符字符。如果在同一文件中使用不同的分隔符字符,在加载文件时会出错。
!Column_Order = Scenario, Year, Period, View, Entity, Value, Account, ICP, Flows, Market, Region, CostCenter
!DATA
‘Budget data for six months.
Budget; 2014; July; Periodic; Connecticut; USD; Sales;[ICP None]; Flows; Market; Region; CostCenter; 1200000
Budget; 2014; August; Periodic; Connecticut; USD; Sales; [ICP None]; Flows; Market; Region; CostCenter; 1100000
Budget; 2014; September; Periodic; Connecticut; USD; Sales;[ICP None]; Flows; Market; Region; CostCenter; 11500000
Budget; 2014; October; Periodic; Connecticut; USD; Sales;[ICP None]; Flows; Market; Region; CostCenter; 1000000
Budget; 2014; November; Periodic; Connecticut; USD; Sales;[ICP None]; Flows; Market; Region; CostCenter; 1250000
Budget; 2014; December; Periodic; Connecticut; USD; Sales;[ICP None]; Flows; Market; Region; CostCenter; 1200000