Data Import Task Scheduler for fecthing file from tomcat webapp folder

hi there… how can i get csv file from tomcat folder and directlry send the content to the data import add on ?

1 Like

Hi,
To get the file content from the tomcat conf directory you may use the Resources service.
It seems that DataImportAPI works with FileDescriptor only, so in order to pass your file to the DataImportAPI you’ll have to save the file content to the file storage using FileStorageAPI

1 Like