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:
This i what I try to accomplish
Modelbuilder works with tools in ArcToolbox or in a pinch, you can incorporate python scripts into the model. The python scripts should be tested separately to ensure that they can work within an ArcGIS Pro environment first. But based on your model, you might just go the python route
Hello,
Thank you for your answer.
you are probably correct that I need python to get the information to use.
I think perhaps to use calculate value is a way to go.
I will also check this out. It look like it can give som clues. https://community.esri.com/t5/arcgis-data-interoperability/make-etl-data-sources-dynamic-with-modelb...
I am still stuck.
I solved a part of it. The stuck part is written as questions.
solution: When the ETL tool is writing to a GDB
When the ETL tool is writing to a gdb i acually get a change in datatype when i use the tool "Select data" and can go further and use the tools that accept those types.
Question: When the ETL tool is writing to a SDE
But When the ETL is writing to a SDE I am not sure what to do. A Thought is to perhaps add a tool that is triggered buy a precondition.
Question: When the ETL tool is not writing to anything but I need the data in the dataflow
Dont know how to solve it
Anyone?