Results for csv
I'm trying to figure out the best way to create an intake catalog from a collection of CSV files, where I want each CSV file to be an individual sourc...
I am developing a python script which, given: the path of a csv file a list of names of some of the columns of the csv file a string to-be-replaced (...
I am developing a python script which, given: the path of a csv file a list of names of some of the columns of the csv file a string to-be-replaced (...
I have a CSV (in $inputCsv) with three columns from which I would like to remove duplicates from SubName while keeping the minimum Rank category (mini...
I'm new to GAS and this is my first real project so please bear with me! So I'm editing a specific sheet in a google spreadsheet. I'm doing 3 edits ...
I found this code online, but I believe the original purpose was to export as some other file. Regardless, I want this code to export the excel sheet ...
Not able to generate CSV correctly using XSLT on the XML file. My problem is to generate a currency rate file in csv that will be consumed by a connec...
I have an app script that imports CSV files to columns A:E. The problem I have is that if I add any data to say Column H, then my app script starts th...
I am preparing a CSV for loading onto a table using the SQL command: COPY table FROM filename WITH (FORMAT csv, HEADER) This particular table has a va...
I am trying to read csv which is in zip file. My task is to read the file rad_15min.csv file but the issue is when i read zip file (I copied link addr...
Goal Connect to a large remote csv file to query a subset of the data. This page has a button to download a csv file. If I copy the link and run the f...
I don't know how to solve this problem because I'm new to Python. Here's my problem; I want to open the csv file in the Pycharm editor to examine it a...
I'm trying to take a CSV, a tab delimited txt file, and change one of the columns from 'last name, first' to ' First name last name'. I think I am nea...
I want to copy the CSV files present in adlsfolder called source to another adls folder called destination through adf pipeline copy activity. 1st a...
So I have this very simple script that I am using invoke-command to execute a cmd line on a bunch of remote nodes. The csv has 2 columns, host & stub....
I've encountered an issue while attempting to read a CSV file with pandas. The CSV structure is as follows: Col1, Col2, Col3, Col4 a1, a2, a3, a4, a5 ...
I'm currently working on a data processing project in Java and need to handle both XML and CSV files. I'm relatively new to file manipulation in Pytho...
I am trying to write a program that will take in a CSV file containing 1 column of file names, append a source,then destination file path, then move t...
I am trying to download a SQLite queried table as .csv using Flask, SQLAlchemy (not Flask-SQLAlchemy) and DataTables (plug-in for jQuery) with the ser...
I'm just trying to do some filtering on an excel file and convert it to csv, but for some reason the output csv has the first row consisting of the co...
I have a CSV file I am trying to import with inconsistent case variants to indicate missing data, such as: read.csv( text = "A,B,C 1,Not indicated...
I'm creating a csv file in python using the csv writer, i then try and read the file but because one of the values has a carriage return in it the csv...
(delete after answered - I can't find a similar issue in SO database but feel the problem is something silly) Edit: It is created, but only shows thro...
jq version jq-1.6 on Ubuntu 22.04.2 LTE Looking to convert large .json file to .csv json example: {"_id":{"$oid":"5200a366e36f237975000783"},"derived_...
My Python code pulls data from a website and exports the result to a CSV. The code breaks when a foreign letter is detected and not all data get downl...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?