Good morning!
I am trying to export the TSV file of all tickets in order to read them into another application.
But no matter how I try to import it via programming languages, it gives me back codification errors. No matter if it's Windows or Ubuntu.
I am trying to replace all the \x00 that plagues the file with Notepad++ also, to see if it helps, but it gets stuck.
But I think this method is impossible. I swear I've tried it so many times with different codifications, and I would like to get all the tickets in the database with the same info as the TSV gives me, using SQL syntax into the PostgreSQL db.
I would like you to tell me the exact SQL SELECT & JOIN statement in order to get, in one table, the following columns:
Ticket number, time and date, state (open/closed), priority, user that first wrote the ticket, location, request type, subject, request detail, client, notes
Thank you!