Re: GetFile with putsql/executesql

2020-10-28 Thread Matt Burgess
Asmath, GetFile doesn't take an input connection, but if the attribute is going to contain a file to ingest, you can use FetchFile instead. To get an attribute from a database, take a look at LookupAttribute with a SimpleDatabaseLookupService. Depending on the query you were going to execute, you

GetFile with putsql/executesql

2020-10-28 Thread KhajaAsmath Mohammed
Hi, I have a scenario where I need to get value from the database and pass it as an attribute for getfile in subsequent processors. GetFile >> Execute SQL/PUTSQL >> Get value from the output of SQL and assign it to Attribute >> pass attribute value to GetFIle . Any help please ? Thanks,