What is CsvToWebRec?
CsvToWebRec is a program to send CSV file to Web server.
Set the name to the column of text file which devided each lines with comma, and send to the Web server in "application/x-www-form-urlencoded" format.
CsvToWebRec has functions to set each columns to send or not to send, format columns, add additional parameters.
Functions to set each coluns to send or not to send, or format are done by functions and properties.
http and https are supported as Web server protocol.CsvToWebRec itself has encrypt/decrypt functions(currently CBC mode of DES is only supported). So, you can encrypt few columns which contains important value.
CsvToWebRec are aimed to develop to support your CSV file upload procedure during your Web development.
In general, CSV file upload has 3 parts, user login, sending data, and user logout. CsvToWebRec make it procedure possible with prologue, epilogue. The detail will describe in other pages.
Generally, CSV file uploading procedure is like following image, CsvToWebRec supports the procedure with prologue, CSV upload and epilogue context.
Currently, UTF-8 is only supported character encoding for the Web server upload.
 
  • Please refer to the other documents for the detail of CSV file and "application/x-www-form-urlencoded" format.