Skip to main content

Questions tagged [csv]

CSV (comma-separated values) is a text file format where each line contains fields separated by a comma. The format generalizes to “character-separated values” where the separator is some character other than comma.

0 votes
2 answers
51 views

Recommendations for a CSV editor (for non-programmers)

At my company we have a data warehouse which imports some .csv files that are directly supplied by the business side. Some of these are manually created from Excel files, some of them are .csv files ...
Alex's user avatar
  • 101
2 votes
0 answers
14 views

Data integration or ETL tool with API as destination

I am looking for a simple data integration or ETL tool to integrate data (e.g. as CSV) into our platform. There are many ETL tools (like Fivetran, Hevo, Talend, Airbyte, etc.) but they are very ...
Dennis's user avatar
  • 121
1 vote
0 answers
46 views

Using Java, what other libraries are avalible for easily converting CSV files to DBF (dBase/xBase)?

I am currently writing an android app that interfaces with database files and was considering a way to export data neatly without errors. Currently every library I can find has one issue or another ...
cellswithincells's user avatar
1 vote
0 answers
20 views

An open source software/ecosystem I can use to quickly create faceted search UIs for CSV files in the range of 20 - 100 GBs?

Problem I have some large CSV files between 20 GB to 100 GB. The data can be useful to a lot of non technical people, each of whom will only be interested in a slice of data. I could distribute the ...
Hashir's user avatar
  • 11
2 votes
0 answers
165 views

Command line tools to do a diff of csv/tsv files?

I work on a bioinformatics tool that produces large TSV files with many (~100) and long (~5-200 char) columns. Getting a whole line from a normal diff is overwhelming. It's more important to have the ...
Cornelius Roemer's user avatar
1 vote
0 answers
23 views

Raw data spreadsheet

I use little tables that contain mainly text on a daily basis. I currently use LibreOffice Calc to view and edit them, with the Autofilter feature for sorting and filtering. However, spreadsheets are ...
Myvh's user avatar
  • 11
2 votes
2 answers
292 views

Searching in .csv files on Android smartphone

I am looking for an app that allows easy search within .csv files. Minimal features can somehow read .csv files allows to search in them (searching for exact match of string in any column) is ...
reducing activity's user avatar
1 vote
1 answer
809 views

Command Line Program for Converting XML to CSV

I need a software for converting xml files to csv. It has to run on Windows Server 2012 / 2016 on command line. The software must have good support (updates, live help etc..)
Rosebud's user avatar
  • 111
2 votes
0 answers
106 views

Open source tool to read batch CSV files and output parameter results?

I am looking for a tool that could scan batch csv files and ensure that all preset parameters are accurately reflected in the output file. Essentially, scan batch CSV files, ensure the preset ...
jcthomas113's user avatar
0 votes
0 answers
23 views

Is there any API service that converts a CSV file (inside url) to a simple table on a webpage so I can call an API to take a screenshot of this page?

The project will be running automatically in Google App Script, which is based on Javascript.. I have a URL that when I open, downloads a CSV file to my computer. But instead of downloading it to my ...
Digital Farmer's user avatar
1 vote
0 answers
34 views

JavaScript/jQuery tool to read data from CSV file to use in API endpoint

I am looking for a recommendation for a JavaScript library or jQuery plugin. I need to take a CSV file, read an id number from one of the columns, and plug that id number into an API GET request to ...
apex2022's user avatar
  • 123
12 votes
5 answers
6k views

Open-source CSV viewer & editor

Expanding on several questions asked 10 years ago on Stack Overflow, I'd like to elaborate what's the best CSV Viewer Editor in 2021. What makes a good viewer (for me): Displays CSV in Grid view, not ...
Harper's user avatar
  • 223
1 vote
1 answer
283 views

Java compare CSVs in Junit tests - if failure, give specific line(s) of failure

I've got some Junit tests that compare large blocks of JSON using a framework called JsonUnit. When there is a failure in the test, it's typically just a few lines in a 1000+ line JSON. The JsonUnit ...
user952342's user avatar
1 vote
2 answers
119 views

WYSIWYG CSV editor that logs changes

I have a csv file that I want to edit manually on my Mac. I work with data digitization from PDFs, and sometimes rare errors occur that I just want to fix manually. For the sake of reproducibility, I ...
roussanoff's user avatar
0 votes
1 answer
28 views

Is there a project management system that exports one user's contribution (or task completed) as a csv file?

I am leading an open source/volunteering project and I would like to encourage other volunteers to contribute as well. If the contributions can be exported to a csv file, then it may be possible to ...
leo's user avatar
  • 111

15 30 50 per page
1
2 3 4 5 6