2
votes
2answers
81 views

Parsing a CSV file and Hashing

I am trying to parse a CSV file to read in all the other zip codes. I am trying to create a hash where each key is a zip code and the value is the number it appears in the file. Then I want to print ...
4
votes
3answers
146 views

Parsing using Pattern in Java

I want to Parse the lines of a file Using parsingMethod test.csv Frank George,Henry,Mary / New York,123456 ,Beta Charli,"Delta,Delta Echo ", 25/11/1964, 15/12/1964,"40,000,000.00",0.0975,2,"King, ...
-3
votes
3answers
81 views

Parsing comma-separated values containing quoted commas and newlines

I have string with some special characters. The aim is to retrieve String[] of each line (, separated) You have special character “ where you can have /n and , For example Main String ...
3
votes
1answer
80 views

CSV new Line Character

I have an Excel Template that i use to fill in data and export that to CSV to populate the following page on my website. http://play.mink7.com/ifocus_v4/careers.php When i export the file in Windows ...
0
votes
3answers
52 views

How to pair up two lists?

I'm a bit of a Python beginner so I apologise if this is a very basic question. I have two lists of data which are obtained from: with filein as f: reader=csv.reader(f) xs, ys = ...
0
votes
4answers
112 views

Performance bottleneck with CSV parser

My current parser is given below - Reading in ~10MB CSV to an STL vector takes ~30secs, which is too slow for my liking given I've got over 100MB which needs to be read in every time the program is ...
2
votes
2answers
93 views

Dealing with fields containing unescaped double quotes with TextFieldParser

I am trying to import a CSV file using TextFieldParser. A particular CSV file is causing me problems due to its nonstandard formatting. The CSV in question has its fields enclosed in double quotes. ...
1
vote
2answers
102 views

clojure csv with escaped comma

I am trying to parse a csv string in clojure with escaped commas and no quote around fields like this one "test1\,test2,test3" I tried this libraries: [org.clojure/data.csv "0.1.2"] [cljcsv ...
1
vote
1answer
49 views

How to Instantiate Class Object from CSV Values?

Hi I am trying to create a general CSV parser in Windows 8 App using C#. I want to create a parser in which when I pass the Type T and the string CSV and Object I should get the object populated ...
0
votes
1answer
72 views

Parsing and extracting data from a file in python

I have searched quite a bit on this topic, and have learned quite a bit so far. I am still new to python, and I know there is an easy way to parse data with the csv module. So, I have data that looks ...
-3
votes
0answers
59 views

Design Strategy for CSV parser [closed]

I wanted to review my design strategy for CSV parser. I have 4 CSV files, which have different layouts as shown below. Each row of a CSV file will be mapped to a class. For example, if CSV_FILE_A has ...
0
votes
1answer
88 views

How to export .csv file to MSSQL database using C#

I'm working on a project that uses Sonar for prioritiziation of test cases. I'm alright with Sonar but I have to parse my configuration file which saved as .csv to a MSSQL database.
1
vote
1answer
87 views

average a column of a .csv file that includes floating point numbers with bash or perl

I have a few thousand files with data as such: bash$ cat somefile0001.csv col1;col2;col3; ..... ;col10 2.34;0.19;6.40; ..... ;4.20 3.8;2.45;2.20; ..... ;5.09E+003 Basically, it's a 10x301 feild ...
0
votes
3answers
76 views

Python's csv DictReader returns “None” for field values; Any ideas?

I'm a noob coder encountering a problem while parsing a csv file with the Python csv module. The problem is that my output says field values in the row are "None" for all but the first field. Here's ...
0
votes
1answer
55 views

2d array for gradebook

This is my first attempt at programming anything with mac. The learning curve is steep. I have a .csv file with several columns of ascii data organized blank field, username, name (in format "last ...
2
votes
2answers
63 views

REXX - Parse from CSV File

I'm having trouble parsing a CSV from a text file and was wondering if you guys could assist me. So far I have the following, The CSV file (DATA.txt) looks something like this, it will always have ...
0
votes
1answer
55 views

Output particular sections of txt file to csv?

Say I have a txt file like below (it's obviously not 'text text text', I'm just showing that it's blocks of irrelevant text) text text text text text text text text text important section age=30 ...
0
votes
1answer
31 views

What is the best way to handle CSV with diff pattern sequence?

I am writing a program that parses .txt file with comma delimeter per row. Code is in C#. File is a .txt, db is mssql. The usual sequence is date_aired, time_aired_start, time_aired_end, ...
1
vote
0answers
75 views

Ruby, nokogiri and csv: about different sets of data

I have something like this: require 'nokogiri' require 'open-uri' require 'csv' fields = ['Full name', 'Address', 'Valid phone', 'E-mail'] availableFields = [] availableDataFields = [] ...
1
vote
3answers
74 views

reading badly formed csv in R - mismatched quotes

I have hundreds of large CSV files (sizes vary from 10k lines to 100k lines in each) and some of them have badly formed descriptions with quotes within quotes so they might look something like ...
1
vote
2answers
57 views

Parse CSV records into a list of Classes

My first post on StackOverflow, though I've been a reader for a few years now! I'm using Python to sanitize and analyse CSV data dumps of IV Curves. My basic problem is the format that the ...
0
votes
0answers
37 views

Faster webscraping method than BeautifulSoup

I have created a simple python script that scrapes about 4 separate web page tables and creates a "master" .csv file. Right now I'm calling on a script using BeautifulSoup, that dreeves wrote, to do ...
1
vote
3answers
84 views

Writing/Parsing library for CSV with unknown number of columns

I am trying to follow everybody's advice and use a library for my CSV writing/parsing needs. But the most recommended, FileHelpers, needs a column-mapping class. However, I just need to read write ...
0
votes
2answers
103 views

Counting number of lines in CSV file without loading into memory

I have a CSV file that is extremely large, roughly 50k+ lines. I use CHCSVParser to parse it all line by line which works fine. I would like to display some type of progress to the user as the data ...
0
votes
2answers
68 views

Parsing Mixedt CSV-File with TextFieldParser

Hello I have a problem to parse a CSV-file. The CSV-File is Delimited with | character . So far so good. But only one field is enclosed with the " char. For example field1|field2|"field3"|field4 ...
0
votes
2answers
57 views

unable to write csv from array

I read most of the discussions about my problem but I do not find a solution. So, I have a .csv file from which I read, extract all the content and populate a multidimensional array. That is the code ...
1
vote
2answers
77 views

Removing lines from a csv with powershell

I have a csv document with multiple headers like: "Date","RQ","PM","SME","Activity","Status code" "2/2/12","6886","D_WV","John Smith","Recent","2004" and a text document that is just a list of ...
1
vote
1answer
71 views

How to separate CSV delimited data and store the values accordingly?

I've data in CSV in the pattern A,B,C,D,E,F,G C,F,G,L,K,O,F a,b,c,d,e,f,g f,t,s,n,e,K,c B,F,d,e,t,m,A I want these data to store in the form of: A,B,C,D B,C,D,E C,D,E,F D,E,F,G . . . ...
0
votes
1answer
32 views

Display CSV row number from fields in PHP

I currently have a large scale application that takes a CSV file and renders the details into various PDFs. When naming the output files, I want to display the row number associated with the row in ...
0
votes
4answers
56 views

What would be most efficient way to parse string into a map?

The code I'm looking at make's a URL call that returns a string made up off points for plotting a chart.[14.1(point),1363649400(timestamp in UTC will be converted later)] String = ...
1
vote
1answer
144 views

python xlrd: convert xls to csv using tempfiles. Tempfile is empty

I am downloading an xls file from the internet. It is in .xls format but I need 'Sheet1' to be in csv format. I use xlrd to make the conversion but seem to have run into an issue where the file I ...
1
vote
3answers
48 views

Parsing string from a CSV file to an integer

I have a CSV file which displays a name followed by 3 integers as shown below. "John","12","37","1000" I have the 3 number values indexed as values[1], values[2] and values[3]. I am trying to ...
1
vote
1answer
79 views

Rexx - Parse a CSV line (';' separator)

I know that we can parse a CSV line ( ';' separator ) with something like that : delim = ';' myline="i;want;to;know;what;love;is" parse var myline w1 (delim) w2 (delim) w3 (delim) w4 (delim) w5 ...
0
votes
2answers
44 views

PHP parsing CSV only returning 1st line

I'm trying to parse a CSV file in PHP and work with the values, however my code is only returning data from the first line of the CSV file. The CSV file looks like this C, QXM0039326, , ...
2
votes
5answers
248 views

Powershell parse parts of a text file and save to CSV

All, I'm very new to powershell and am hoping someone can get me going on what I think would be a simple script. I need to parse a text file, capture certain lines from it, and save those lines as a ...
0
votes
1answer
292 views

Python CSV reader return Row as list

Im trying to parse a CSV using python and would like to be able to index items in a row so they can be accessed using row[0], row[1] and so on. So far this is my code: def get_bitstats(): url = ...
-1
votes
1answer
113 views

How do I handle closing double quotes in CSV column with python?

This is the python script: f = open('csvdata.csv','rb') fo = open('out6.csv','wb') for line in f: bits = line.split(',') bits[1] = '"input"' fo.write( ','.join(bits) ) f.close() ...
0
votes
3answers
145 views

Parse CSV in bash and assign variables

I have a csv of the format (Working on Bash on linux) DN , MAC , Partition , 123 , abc , xyz 321 , asd , asd I am able to parse it using awk by using eval MAC=($(awk -F "," '{print $1}' ...
1
vote
0answers
75 views

Why is SQL CE Toolbox failing to parse my csv file?

SQLCEToolbox looks very promising. I installed it, opened VS 2012, selected Tools | SQL Server Compact Toolbox, quickly and easily set up a connection to my sdf database, which I had (also quickly ...
1
vote
1answer
107 views

parsing csv via C++

Good evening, I've got the following problem. I am parsing csv file like this: entry1;entry2;entry3 entry4;entry5;entry6 ;; I'm getting entries this way: stringstream iss; while(getline(file, ...
0
votes
0answers
300 views

import csv file to mysql database via php

I am facing some weird problems when trying to import a csv file into my database via php. I want to do it via php because before the data gets imported I want to check whether the data actually ...
0
votes
0answers
23 views

Unicode Characters while parsing CSV [Android]

I've been developing an Android app that would read the entries from the CSV file which sits inside the RAW Folder and display it in a textview. Everything was working fine until I manually edited ...
0
votes
1answer
43 views

How to sum values from column 1 from csv and parse to csv PHP

I want to parse a csv file with multiple codes inside, some is repeating and i need to group it and keep a unic code at the end. file.csv CSV file: code data 12345 45 12345 35 12346 2 12347 ...
0
votes
1answer
58 views

How to clean a CSV file using the 'grep' command

Assuming that we have the following record {(XXX1),(XXX2)},whatever What I want is, extract the information, based on the following rule, preferably with 'grep': if {} contains less or equal to two ...
0
votes
3answers
122 views

Python parse filenames by custom field pattern

Started learning python this week, so I thought I would use it rather than excel to parse some fields out of file paths. I have about 3000 files that all fit the naming convention. ...
-5
votes
1answer
86 views

JAVA parse a CSV file [duplicate]

I just recently went through the exercise of going through various examples and tutorials dealing with parsing XML's - I have been introduced to JSoup, DOM, StAX, and maybe one other. I now want to ...
3
votes
3answers
143 views

regular expression for \" in java

I need to write a regular expression for string read from a file apple,boy,cat,"dog,cat","time\" after\"noon" I need to split it into apple boy cat dog,cat time"after"noon I tried using ...
-2
votes
2answers
92 views

What is the best java based CSV parser for parsing bank statements? [duplicate]

What is the best CSV java library to parse bank statements. Is there any standard csv format for bank statements? Where can i get the sample files?
0
votes
1answer
88 views

Parse CSV with double quote in some cases

I have csv that comes with format: a1, a2, a3, "a4,a5", a6 Only field with , will have quotes Using Objective-C, how to easily parse this? I try to avoid using open source CSV parser as company ...
0
votes
1answer
98 views

Build SQL query for each record of a csv file

Good Day everyone, to be honest I am stuck... I would like to ask for your help. The challenge I am facing looks like this: 1. Upload a CSV file to the server. 2. Open the CSV file. 3. Parse it, ...

1 2 3 4 5 8