For the calling external service, it's described in [1] as a pattern which has a small sample of code instruction.
However, why not write a script to prepare the data first and then write a pipeline to process it? 1. https://cloud.google.com/blog/products/gcp/guide-to-common-cloud-dataflow-use-case-patterns-part-1 On Thu, Jan 3, 2019 at 6:13 AM Henrique Molina <[email protected]> wrote: > Hi Folks , > I'm newbie in Beam, but I looking for some way to read an File stored at > FTP > > First of all, I could create ParDo, using FTPClient (Commons-net) and > access returning an Byte[] of File *.csv. > second ParDO create the csv > third PardDo using the TextIO to read lines.... > > Somebody could share some sources and materials about that ? > Or Do you have another alternative more simple ? > Thanks & Regards >
