@Nam Nguyen maybe you have an idea? I tried an online tool that transformed the excel to JSON, but the issue is that in between there’s a need to have this line for exmple "embeddedData": {, and extra } at the end…
Is there something I’m missing that works well?
Best answer by Nam Nguyen
@deveer2024
If you have chatGPT, upload the file, give them the format you want to create, it will automatically do the job for you
Or else, you have to know some excel, use concatenate to put the field name and value in the right order with the symbols inbetween (all the { “ ” : ” ” } ). Now if you put the new one under collumn named embeddedData then it’s all good with the online converter. Remember the Object begin with "updates": […….
If you have chatGPT, upload the file, give them the format you want to create, it will automatically do the job for you
Or else, you have to know some excel, use concatenate to put the field name and value in the right order with the symbols inbetween (all the { “ ” : ” ” } ). Now if you put the new one under collumn named embeddedData then it’s all good with the online converter. Remember the Object begin with "updates": […….
Thanks @Nam Nguyen ! I’m going to get this investigate some more… I tryed chatGPT but it didn’t prepare for me the entire 300 or so raws… Maybe I should give this another shot
Thanks @Nam Nguyen ! I’m going to get this investigate some more… I tryed chatGPT but it didn’t prepare for me the entire 300 or so raws… Maybe I should give this another shot
@deveer2024 State you order clearly. E.g: I want this collumn named…. to be in this part named…. of the JSON. The AI is smart, but they need clear instruction.