Using Gen AI - CSV to Jpg and create geo charts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 11:20 AM
Hi All,
Is anyone having Idea on the below Gen AI requirement. It will be more helpful if you have any suggestions.
Need to turn CSV file into a GIF and create GEO charts from it using generative AI in service now.
Please someone help me out like how we can achieve this in servicenow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 03:18 PM - edited 06-02-2024 03:23 PM
Hi Vikram,
As far as I am aware ServiceNow doesn't have Geo charts native in the platform.
You need to implement this as custom solution and also use an API to create the Geo Charts.
You may need the below steps to follow-
1. Parse the csv
2. Generate the Images (jpg or gif)
3. Create the Geo Charts from the images(use an external library or api like Google Geo charts).
If my response has resolved your query, please consider giving it a thumbs up and marking it as the correct answer!
Thanks & Regards,
Sanjay Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 04:46 AM
How exactly we can achieve this, can you define more clearly using google geo charts API.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 03:23 PM
One more thing if you have access to OpenAI's DALL-E then i think you can generate it but not sure how accurate it will be in comparison to the Google Geo Charts
Thanks and Regards,
Sanjay