Claude for code manipilation data

made some tests using claude opus 4.1
i have made examples claude write better code than me! for data manipulation, importing json csv, tsv xml file…
i posted a first test to import json file to create dictionnary with nested dictionnaries in value ! worked great ! i will post more, one test here

using AI makes you more smart ! good for learing ! :slight_smile:
claude wrote all code with with only minor fix
i polished an example,
i only had one or two bugs,
for example for importing json claude wrote

Var dlg As New OpenFileDialog
dlg.Title = "Select JSON File"
'dlg.Filter = FileTypes.JSON // You need to define this in FileTypes

i don’t know what it meant by “You need to define this in FileTypes”, searched the doc a bit,didn’t find

and also claude writes

System.DebugLog("--- Actress: " + actressName)

i searched for a while the mac system console, didn’t find any output …

second example, work in progress, doesn’t do what i wanted yet but will get to it:)
import TSV file from document folder, creates a sqlite in document folder
create sqlite fields as name of first row of TSV file, should work with any TSV file, when i have time fixing it next week

Think file extension . check for that in the docs…

yes i did, sorry i’m retarted, i thought it has to do with app seting, it’s just to be declared as variable in the open dialog, in previous version of xojo, there was an filetype in app setting or i’m mistaken ?
well the challenge was to go as fast as i can, commenting everything that was not working in few seconds, , and i got pretty fast ! impressive:)
xojo is not just RAD anymore, Rapid Application Developpement, now it’s RAID ! even faster !:slight_smile: