I'm try to translate a multilayer GDB file to GEOJSON file. As a result. I found all layers are merged into one single layer. How can I translate it into multilayer GEOJSON
Hi @viviancfhung
There are two options
I do not fully understand, File Geodatabase reader should read all the tables based on geometry.
Are you only seeing a single Feature Type?
Is it possible that you have selected "Single Merger Feature Type" in reader dialog?
If yes, please set this to "Individual Feature Type" on the reader dialog or Generate Workspace dialog.
Another option would be that you want to split the data based on some attribute into multiple files. For that, you will need to use Data Fanout. Please refer to the following article to get started.
Hi @viviancfhung
There are two options
I do not fully understand, File Geodatabase reader should read all the tables based on geometry.
Are you only seeing a single Feature Type?
Is it possible that you have selected "Single Merger Feature Type" in reader dialog?
If yes, please set this to "Individual Feature Type" on the reader dialog or Generate Workspace dialog.
Another option would be that you want to split the data based on some attribute into multiple files. For that, you will need to use Data Fanout. Please refer to the following article to get started.
I will try, thanks
Hi @viviancfhung
There are two options
I do not fully understand, File Geodatabase reader should read all the tables based on geometry.
Are you only seeing a single Feature Type?
Is it possible that you have selected "Single Merger Feature Type" in reader dialog?
If yes, please set this to "Individual Feature Type" on the reader dialog or Generate Workspace dialog.
Another option would be that you want to split the data based on some attribute into multiple files. For that, you will need to use Data Fanout. Please refer to the following article to get started.
I try to use fanout, my FGDB dataset is
How can I set in Fanout to convert the geojson by layer name
This setting is failed