CSVs from my banks go into a spreadsheet (specifically LibreOffice but that's not really any better than Excel), but bank accounts are one of the few things where spreadsheets actually make some sense; they have dates in weird formats that I'm glad the spreadsheet can turn into ISO8601, and otherwise very simple text and numbers, and are structured in a way that the 2D nature of a spreadsheet works nicely with.
Otherwise, in my life, structured data tends to end up in a database, or a data structure in a Python script, or something like that. (For any given user and application there might be better choices, those are just the easiest tools for me specifically to reach for.)
I appreciate that not everyone wants to deal with programming languages for managing data, leaving a gap for "simple data processing that doesn't suck".
(no subject)
Date: 2020-11-19 04:10 pm (UTC)CSVs from my banks go into a spreadsheet (specifically LibreOffice but that's not really any better than Excel), but bank accounts are one of the few things where spreadsheets actually make some sense; they have dates in weird formats that I'm glad the spreadsheet can turn into ISO8601, and otherwise very simple text and numbers, and are structured in a way that the 2D nature of a spreadsheet works nicely with.
Otherwise, in my life, structured data tends to end up in a database, or a data structure in a Python script, or something like that. (For any given user and application there might be better choices, those are just the easiest tools for me specifically to reach for.)
I appreciate that not everyone wants to deal with programming languages for managing data, leaving a gap for "simple data processing that doesn't suck".