By default, we can only read 10 MB file. To read a file size upto 1GB file we have to follow the below steps:
Steps:
- List the files using FTP connection
- Loop the list of files using For Each action
- Download the each file into a stage (VFS) location.
- Read file records in chunk using read in segments. Each record contains 200 records.
- Read the file using a sample csv file format.
Screenshots:
List files using FTP connection
No comments:
Post a Comment