Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Firebase data loading at scale from XML files

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 Solved
1 2 585
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2

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.