S3 Amazon Delimited file Aggregation

I have one requirement where I need to use aggregate the delimited file from S3. File stored in S3.
First Question is it possible to do it and Which connector should we use?

@sbhagat

Please try the SQLLoader connector, we are using this connector to connect to Azure blob storage which is having the csv file.

Thanks

Ok …Can you give me how the hostname will look as never worked before?
We are having s3 to store the csv file , So how do we configure in IDN Side?

@sbhagat
This connector will work similar to a JDBC connector


Azure blob storage had to be enabled for SFTP connection

Account Query

Select * from <filename>.csv

Thanks

Yeah but In my case , I’m using S3 , So has anybody integrate using S3?

Not sure on S3 bucket, another approach could be to programmatically download the file from S3 bucket to any local server and then use it for a delimited source on ISC.

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.