I am trying to load a tab delimited file from a remote Linux server and load it in to Postgres database using Spring Cloud Data Flow, but stuck on choosing appropriate source and sink.
For source, I tried using File source as well SFTP source. File source doesn't seem to have any option to connect to a remote Linux server and SFTP source has those options, but it mostly appears to be used for transferring files rather than parsing it.
For Sink, I have installed PgCopy sink and planning to use it to load the data. I would like to know if this would be right sink to go for my use case.
Thanks.