I have huge XML files that need to be loaded into Firestore database. I have the schema ready. Would this be an ETL pipeline or can i achieve this solely using the Firebase SDK?
As the next step I would like to setup a pipline which would be able to load XML files received daily (as a batch) and import them into Firestore database.
Solved! Go to Solution.
Hi @dheerajpanyam,
Welcome to Google Cloud Community!
Currently, we don't have an option to pull data from XML to Cloud Firestore. The option that I could suggest is either convert the XML file by yourself or create a tool/schema that would convert XML files.
You may also file this one as a feature request so that our engineers could check this one out. We don't have a specific ETA for this however you can keep track of its progress once the ticket has been created.
Hope this helps.
Hi @dheerajpanyam,
Welcome to Google Cloud Community!
Currently, we don't have an option to pull data from XML to Cloud Firestore. The option that I could suggest is either convert the XML file by yourself or create a tool/schema that would convert XML files.
You may also file this one as a feature request so that our engineers could check this one out. We don't have a specific ETA for this however you can keep track of its progress once the ticket has been created.
Hope this helps.
Thanks @robertcarlos . I thought Firebase SDK would have support for this but looks like I am wrong.