Select to view content in your preferred language

New with Spatial ETL tools

260
2
Jump to solution
06-28-2024 09:02 AM
EDUARDOARDILARINCON
New Contributor III

Hi Everyone!

I'm trying to build a easy Spatial ETL Tool that allows me to reproject some features (from many sources) to one single coordinate system.
I've configured the "reprojector" transformer in this way:

EDUARDOARDILARINCON_0-1719589952808.png

My question is, as the source coordinate system is directly read from the input feature and the output coordinate system is the same for all my input features, can I connect all the input features to the same Transformer? or I need to create a transformer for each feature?
That's because the transformer only shows 1 output, so I don't know if is there any way to separate each layer to make individual writers.


Thanks a lot!

0 Kudos
1 Solution

Accepted Solutions
BruceHarold
Esri Regular Contributor

I think you can use the one Reprojector transformer, then after that use a FeatureTypeFilter transformer to split the data into separate streams.  If Reprojector objects just use one per input feature type.

View solution in original post

0 Kudos
2 Replies
BruceHarold
Esri Regular Contributor

I think you can use the one Reprojector transformer, then after that use a FeatureTypeFilter transformer to split the data into separate streams.  If Reprojector objects just use one per input feature type.

0 Kudos
EDUARDOARDILARINCON
New Contributor III

Thanks Bruce, That's exactly what I needed!

0 Kudos