CSV Import DSC

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:12.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View page history
h2. CsvImport Service
CsvImport: The CSV import service extracts data from a Comma Separated Value (CSV) file to be used within a LiveCycle process. Many tools export CSV data. For example databases use this format to dump the contents of their tables, MS Excel spreadsheets can be exported/imported to/from the CSV format. Business processes, being accross many knowledge based systems and being knowledge intensive in nature require a way to import CSV data into the process. This service provides the ability to import CSV into your process to an XML format. Sometimes the datasets being imported from are extremely large (i.e. in excess of 50 MB) in which case it is not feasible for the CSV data to be transformed into XML. In this case the service allows us to import data from the CSV and, line by line, update straight into a database table.


|| Output Parameter || Type || Description ||
| XML Formatted Data | java.lang.String | The generated XML document, built from the input CSV file, returned in string format. |


|| Output Parameter || Type || Description ||
| Records Processed | long | Number of Records Processed |
| Import Timestamp | java.lang.String | Timestamp upon completion of CSV import. |
| Error Record | java.lang.String | Running record of errors. |
| Number Of Error Record | long | Record of number of errors. |