Mikarica
Mikarica
TTCTheo's Typesafe Cult
Created by Mikarica on 4/30/2025 in #questions
Use AI to map data from a spreadsheet to the database
So you mean there is no need to send the data, just header columns and let AI just tell me which columns from their spreadsheet to map to which columns in my spreadsheet? That sounds like a good approach. Thank you @.The_bl | 0x662c !
10 replies
TTCTheo's Typesafe Cult
Created by Mikarica on 4/30/2025 in #questions
Use AI to map data from a spreadsheet to the database
Yes, simply parsing the headers and mapping to database does't need AI if the sheets i will be getting are unifrom, but i wan't to make it possible for clients to simply send their existing inventory spreadsheet without having to first change it to a specific format. Example: Let's imagine we have a column for a materialName, In the one clients sheet it could be simply "name" in others it could be "material name" or "name" in another language etc... I need AI to take those columns and format them to work with what i have in my app
10 replies