Lotus 1-2-3 prn file
This connector can be set to import files using the SFTP connector inputs and convert the Lotus prn files into a json file. Naturally these files are delimited by a certain number of characters for each field, the JSON input file here will help the connector understand how to break up the incoming file to the required json document. EG:
{
"Field1": 14,
"Field2": 22,
"Field3": 30,
"Field4": 22,
"Field5": 70,
"Field6": 5,
"Field7": 15
}
Last updated