Quote:
Originally Posted by zakthor
Not once has ai given me working code so I remain a skeptic but it recently helped me.
|
I do a lot of ETL work based on CSV or CSV-like files. I can copy/paste a header row into chatgpt and have it generate a Java POJO that will import the file and match based on hte OpenCSV bindings/annotations, and then ask it to create a DB2 create table sql statement.
I used to do the same thing via shell scripting and complex search/replace stuff but even having to "fix" a few things on the SQL statement (variable types and sizes, add some columns to match our internal standards, grant statements) it is much quicker/easier to do it via chatgpt than command line.