Is there any way to use a result from a fme script from an ETL tool to use in a dataflow in modelbuilder?
I have not worked with modelbuilder for quite som time and have mostly worked with FME.
This is what I tried and it worked:
- Create a FME worksspace that read JSON and write to a geodatabase.
- Add it as an ETL tool and run the workspace from ArcGIS pro 2.7 (the workspace runs and stores data as it should
This i what I try to accomplish
- Removed the writer in the fme script
- Add a new ETL tool without a writer
- Add the ETL tool as a part of a dataflow in modelbuilder. I want to use the result from the ETL tool to use the data further in the modelbuilder/analysis. But for now its enough just to view the result in some way,
- Now its just a sandbox but the image shows what I want to do
