Application Integration
- Application Integration
- All Products
User Name,Age,Born Bob Smith,22,1987 Bill White,45,1999
<DelimitedContent> <fileInfo> <!-- for FTP/SFTP only --> <host>127.0.0.1</host> <lastModified>2015-04-29T14:37:35.448Z</lastModified> <dir>DataFiles</dir> <name>users</name> <path>/DataFiles/users.csv</path> <fullName>users.csv</fullName> <ext>csv</ext> <size>78</size> </fileInfo> <header> <name>User Name</name> <fieldIndex>1</fieldIndex> </header> <header> <name>Age</name> <fieldIndex>2</fieldIndex> </header> <header> <name>Born</name> <fieldIndex>3</fieldIndex> </header> <record> <field><value>Bob Smith</value></field> <field><value>22</value></field> <field><value>1987</value></field> <index>1</index> </record> <record> <field><value>Bill White</value></field> <field><value>45</value></field> <field><value>1999</value></field> <index>2</index> </record> <totalRowsCount>3</totalRowsCount> </DelimitedContent>