Tagged Questions
The delimited tag has no wiki summary.
7
votes
5answers
5k views
Ways to read only select columns from a file into R? (A happy medium between `read.table` and `scan`?)
I have some very big delimited data files and I want to process only certain columns in R without taking the time and memory to create a data.frame for the whole file.
The only options I know of are ...
6
votes
4answers
152 views
working with a delimited text file
started working on the text file reading- delimited by pipe underscore and pipe - |_|
tried the following code.doesn't produce the desired result.
the split condition should be modified, but how. ...
3
votes
3answers
62 views
How to read parts of a delimited file
I have a file that looks like this:
1028806~HDR~20110815~15-AUG-2011~C~23:10~~~~~~~
1028806~DTL~C3914A~HWP-C3914A~1000949~A~LASERJET MAINT KIT 8100/N/DN~HEWLETT ...
2
votes
3answers
92 views
regex to match word separated by characters and enclosed by xml tags
I have been trying to build a regex to do the following:
Look for the word "alphabet" enclosed in xml tags , search would match the following:
<hw>Al"pha*bet</hw>
...
2
votes
1answer
86 views
XSLT: How to separate deliminated values into unique elements
I'm working in a database that doesn't really support subelements. To get around this, we've been using squiggly brackets }} in a string of values to indicate separations between subelements. When ...
2
votes
3answers
90 views
Switch placement of values in comma delimited string
I have a comma delimited string held within a database field that could contain any number of values:
23,45,21,40,67,22
I need to be able to somehow switch two values, so for example I know I need ...
2
votes
2answers
1k views
Linq query with subquery as comma-separated values
In my application, a company can have many employees and each employee may have have multiple email addresses.
The database schema relates the tables like this:
Company -> CompanyEmployeeXref -> ...
2
votes
7answers
3k views
Dynamic SQL Comma-Delimited Value Query
[Update: Using SQL Server 2005]
Hi, what I want to do is query my stored procedure with a comma-delimited list of values (ids) to retrieve rows of data.
The problem I am receiving is a conversion ...
2
votes
2answers
218 views
Any problems with SVN merge on a multi column ( tab delimited ) text file?
I have a multi-column text file ( tab delimited ) that I use for localized text in my project.
I picked this format since it can easily be edited by anyone in most text editors (and excel too).
My ...
1
vote
2answers
71 views
Tkinter GUI to Convert Fixed Width File to Delimited File
I am writing a converter code for our Data Department to convert fixed width files into delmited files. Normally we use import the file into Excel, use the text import wizard to set the field lengths, ...
1
vote
1answer
46 views
Check if json tree doesn't have more children
my question relates to Convert delimited string into hierarchical JSON with JQuery
I have a similar task where I have to create a json object from a delimited string as:
var input = ["Fred-Jim-Bob", ...
1
vote
3answers
115 views
Parsing a tab delimited file into separate lists or strings
I am trying to take a tab delimited file with two columns, Name and Age, which reads in as this:
...
1
vote
3answers
89 views
Difference between two unordered delimited strings in PL/SQL
Is there a simple elegant method to return the difference between two unordered, delimited strings in Oracle using PL/SQL?
Example:
String A: "a1, b4, g3, h6, t8, a0"
String B: "b4, h6, a0, t8, a1"
...
1
vote
3answers
70 views
Input Until Non-Word Character in C, Like Java's \W
I want to input words from a file which are delimited by anything that isn't a letter. Is there an easy way to do this in C similar to using the \W predefined character classes in Java?
How should I ...
1
vote
2answers
414 views
Merge tab delimited text files into a single file
What is the easiest method for joining/merging all files in a folder (tab delimited) into a single file? They all share a unique column (primary key). Actually, I only need to combine a certain column ...
1
vote
1answer
125 views
multi-array search query with delimited field
I have a array which store some country names
im doing a search module
and i wanna to find the db records whether contain the country names or not
but since db design problem , those record can own ...
1
vote
2answers
339 views
retrieve comma delimited data from a field in using SQL
I've created a form in PHP that collects basic information. I have a list box that allows multiple items selected (i.e. housing, rent, food, water). If multiple items are selected they are stored in ...
0
votes
4answers
66 views
convert comma (with a space) delimited string into columns under the matching values from the string itself
I have an output in the console from my code like the sample given below,
... columns=20xs, viewport_supported=true, wta=false, ..., mmf=false
... columns=11xs, viewport_supported=false, wta=false, ...
0
votes
2answers
40 views
Parsing single CSV column delimited by ~HEADER@
I have a CSV file which needs some additional processing. I've got most of our custom functionality completed. My stuck at the moment is the latest addition to the feed, multiple categories in 1 ...
0
votes
1answer
204 views
awk parsing pipe delimited input
Have seen many posts asking similar question. Can't get it working.
Input looks like:
<field one with spaces>|<field two with spaces>
Trying to parse with awk.
Have tried many ...
0
votes
2answers
176 views
How can i get 2nd and third column in tab delim file in bash?
I want to use bash to process a tab delimited file. I only need the second column and third to a new file. Any help is really appreciated.
Thanks
Meraj
0
votes
0answers
274 views
How do you create optional elements in a pipe delimited XSD schema?
How do you create optional elements in a pipe delimited XSD schema? I have two flat files which serve the same purpose but one has additional fields which need to be optional in the schema. The ...
0
votes
3answers
153 views
Where to start in PHP for a script that rearranges tab delimited data
This would be one of my first PHP projects.
Where to start in PHP for a script that rearranges tab delimited data.
I have a tab delimited data text file that needs to be rearranged periodically. ...
0
votes
3answers
452 views
Php str_replace not working
i've got a long string which is space delimited (read in from a txt file)
Input String:
$value = "TestNumber1 X Chan 1 Wrap Hi (5.0 V) (UNC) 9.860 V GELE (>= <=) 9.750 ...
0
votes
1answer
268 views
json encode comma delimited row
I'm trying to add an autocomplete tokenizer script to some form fields and one issue I'm having is if a person saves multiple values for the field the autocomplete suggestions come back with all of ...
0
votes
4answers
336 views
How do I separate a comma delimited variable into multiple variables?
This is probably very elementary, but I'm still learning.
I've imported a record from an XML file and have the result :
"a,b,c,d,e,f,g,h"
I would like to end up with 8 separate variables, one for ...
0
votes
2answers
85 views
Limiting Keywords with jQuery by counting commas?
I'm using a CMS to allow users to add keywords to their profiles, but I'm wanting to limit that to 10 keywords, which are comma delimited, by counting the number of commas (in this case, 9).
Any ...
0
votes
1answer
449 views
From a one to many SQL dataset Can I return a comma delimited list in SSRS?
I am returning a SQL dataset in SSRS (Microsoft SQL Server Reporting Services) with a one to many relationship like this:
ID REV Event
6117 B FTG-06a
6117 B FTG-06a PMT
6117 B ...
0
votes
1answer
120 views
Send comma delimited CSV through SFTP?
I am collecting registration information on my site and need to figure out how to pass all data stored in the MySQL DB (or just portions of it) as a CSV file through an SFTP so our partners can access ...
0
votes
2answers
631 views
Parsing large delimited files with dynamic number of columns
What would be the best approach to parse a delimited file when the columns are unknown before parsing the file?
The file format is Rightmove v3 (.blm), the structure looks like this:
#HEADER#
...
0
votes
2answers
185 views
rijndael encryption
does this encryption library use pipe characters? I'm storing the key in an array with the corresponding UserID value, and delimiting them with a pipe character. If the library generates keys with ...
-1
votes
5answers
150 views
C Parsing String Question [closed]
I have a string like so "word word num num num..." where there can be any amount of numbers. I'm trying to split the string into three strings. I want the first word as one string, the second word as ...