A delimiter is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams.
-1
votes
0answers
10 views
dump matrix in specific column/lines [closed]
save the matrix on csv file,skipping the header and the first column .
I've been using :
np.savetxt("file.csv", matrix, delimiter=",")
but i can't skip the header and one column with it
Thanks
0
votes
2answers
42 views
String delimiter using Java Pattern
I have this string which id like to delimit using Java Pattern. There is also a carriage return character after the first line. The delimiter character is |
...
1
vote
1answer
55 views
Assigning Comma Delimited Data to Vector
I have some comma delimited data in a file, like so:
116,88,0,44
66,45,11,33
etc. I know the size, and I want each line to be its own object in the vector.
Here is my implementation:
bool ...
0
votes
3answers
49 views
How do I set word delimiters?
User's guide chapter 6.1.5 The Word Chunk A word is a string of characters delimited by space, tab, or return characters or enclosed by double quotes. Is it possible to have additional word ...
0
votes
1answer
48 views
Split a text file using delimiter \t and store in hashmap in java
I have a text file of n columns and n rows separated by tab space.. How do i use split function to store the columns and rows into a hashmap.Please help.My text file will be like..
Dept Id Name ...
1
vote
1answer
41 views
Unix sort using unknown delimiter (last column)
My data looks like this:
Adelaide Crows 5 2 3 0 450 455 460.67 8
Essendon 5 5 0 0 622 352 955.88 20
...
0
votes
0answers
28 views
Eclipse is auto-converting line delimiters
Eclipse is auto-converting UNIX new line delimiter (LF) to Windows (CRLF). If I open a PHP file created with UNIX new line delimiter and I edit it in some cases the new delimiters are converted to ...
0
votes
3answers
42 views
Extracting multiple string values of variable length before and after a delimiter in a list
I have several Python lists in the following format:
rating = ['What is your rating for?: Bob', 'What is your rating for?: Alice', 'What is your rating for?: Mary Jane']
opinion = ['What is your ...
0
votes
5answers
82 views
strtok() issue: If tokens are delimited by delimiters,why is last token between a delimiter and the null '\0'?
In the following program,strtok() works as expected in the major part but I just can't comprehend the reason behind one finding.I have read about strtok() that(Source):
To determine the beginning and ...
0
votes
0answers
47 views
D3 remove comma delimiters for thousands
I have a .json with 3 columns where one of them is 'Year'. The column contains only years. No dates!.
When I am graphing it on the 'x' axis the years come out with a comma delimiter for thousands.
...
-1
votes
4answers
71 views
Splitting string at specified point [duplicate]
so the method takes two parameters, first is the String you will be splitting, second is the delimiter(where to split at).
So if I pass in "abc|def" as the first parameter and "|" as the second I ...
2
votes
2answers
36 views
Combining two arrays and delimiting every other with symbol (=)
I have two variables with this structure:
$columns = "col1, col2, col3";
$values = "$value1, $value2, $value3";
What do I need to do to get:
$combined = "col1 = $value1, col2 = $value2, col3 = ...
0
votes
3answers
36 views
how to read a set of lines with each line having CRLF(\r\n) as delimiter using java
Using java how can i read a paragraph with each line having a delimiter CRLF(\r\n).
For example
4\r\n
This\r\n
8\r\n
response\r\n
I want to extract 4 and store it into buffer and then read 8 and ...
0
votes
3answers
43 views
How to separate specific elements in string java
Example of what I want to do:
If you pass in "abc|xyz" as the first argument and "|" as the second argument the method returns List("abc","xyz")
public List<String> splitIt(String string, ...
0
votes
1answer
14 views
converting delimeter of file to CSV fomat
Well I am struck in a very basic problem
I have a file which has four attributes delimited by('::').
Following is what my attributes look like
a1::a2::a3::a4
Now I want the files to have the ...
1
vote
3answers
70 views
How to remove a specified string from a string
Ok so I'm trying to create a method that takes 2 strings, the second string argument is the string to be removed from the first string argument. I can't figure out what's wrong with my code? Any help? ...
0
votes
0answers
36 views
read file in php until a specified string is found
I have a file that I wish to read in php and split into smaller files.
The file is base64encoded but each section is delimited in the file with a (unecoded) tilde followed by the original filename of ...
1
vote
1answer
29 views
Extracting Specific Variables from a | delimited .txt and extracting them to a new .txt
I have a .txt that is say 100,000 rows (observations) by 50 columns (variables), and the variables are | delimited. I would like to extract the 8th and 9th variables (or 7 and 8 if the indexing were ...
1
vote
2answers
59 views
Need SQL trigger to split string based on dash delimeter
I am looking for the right syntax for a MSSQL 2005 trigger that will split the value of one column and update 4 other columns.
Database: TestDB
Table: UploadAppTable
Before
|OriginalFile ...
3
votes
3answers
138 views
python: import csv file (delimiter “;” or “,”)
I want to import two kinds of CSV files, some use ";" for delimiter and others use ",". So far I have been switching between the next two lines:
reader=csv.reader(f,delimiter=';')
or
...
0
votes
0answers
19 views
ValueInjecter: Delimited Unflat Injection
I've been using an UnflatLoopValueInjection to transfer settings into a vendor product (which is relevant only because it means I don't have control over the property names). For example (using ...
-1
votes
2answers
44 views
Make a multiple delimiter REGEX for preg_split
I need to split multiple lines in multiple files by different delimiters. I think preg_split should do the job but i never worked with PCRE REGEX stuff. I could also change all my delimiters to be ...
-1
votes
0answers
85 views
OSX Excel 2011 CSV export to change Delimiter [closed]
In Mac OSX Mountain Lion 10.8.3 and Microsoft Excel 2011, when i "Save as.." the sheet as CSV:
How can i change the default "delimiter" Comman (,) to something else?
1
vote
2answers
109 views
Delimiter-separated string to TreeView C#
I have an input stream something like this:
John
Peter
Vanesa
Vanesa.New
Josh
Josh.New
Josh.New.Under
...
I need to Add Nodes to TreeView Someting like this:
+Customers
+John
+Peter
...
0
votes
2answers
20 views
How do I read a certain string on a line from a file, using scanner?
I'm trying to read a text file which looks like this:
A,32,0,0,0,0
And right now I have a static method which reads from that file. I'm getting this NoSuchElement exception, while earlier I had a ...
0
votes
3answers
91 views
Spliting ascii/unicode string
I am trying to decode ID3v2 (MP3 header) protocol using python. The format of the data to be decoded is as follows.
s1, s2, ... sn-1 are unicode (utf-16/utf-8) strings, and last string 'sn' may be ...
1
vote
1answer
74 views
How to create MySQL stored procedures from PHP?
I wrote a database migration PHP script, that loops a list of SQL files and executes their content. It should help to automate the project setupd and updates. Now I'm getting errors like this:
...
0
votes
1answer
47 views
Split By 2 String Delimiters via RegEx Javascript
I am relatively new to RegEx and need help splitting up a section of text by two delimiters, and then capturing what's between them. For instance, I have a JSON object that has a "description" ...
0
votes
1answer
39 views
Import comma delimted with comma space qualifier
How can I import a comma delimited text file with the following example record:
abc, def and ghi,jkl
such that I get the output as
column1: abc, def and ghi
column2: jkl
There is no text qualifier ...
1
vote
2answers
64 views
Possible to change the record delimiter in R?
Is it possible to manipulate the record/observation/row delimiter when reading in data (i.e. read.table) from a text file? It's straightforward to adjust the field delimiter using sep="", but I ...
0
votes
0answers
29 views
REGEX on android list targets for id / abis combinations
Given the text below: I need to know if there is a regex that can give me a list of strings that is ID/ABI for each abi in the list.
id: 25 or "android-17"
Name: Android 4.2.2
Type: Platform
API ...
0
votes
1answer
24 views
PHP preg_match using 'or' delimiter
I'm trying to match a certain string of the url using preg_match but I need to match either one or the other string and I can't find the correct syntax.
What I'm using now is:
$is_url_en = ...
1
vote
4answers
69 views
Java: Error with reading in file with delimiter
I have a file with multiple fields that i need to store individually into an array.
Steve;stiffy;123;88
Sam;sammy;456;55
But when i try storing them i keep getting error saying ...
1
vote
2answers
51 views
Split a string while keeping delimiters and string outside
I'm trying to do something that must be really simple, but I'm fairly new to PHP and I'm struggling with this one. What I want is to split a string containing 0, 1 or more delimiters (braces), while ...
3
votes
2answers
98 views
Using Scanner.useDelimeter() in Java to isolate tokens in an expression
I am trying to isolate the words, brackets and => and <=> from the following input:
(<=>A B) OR (C AND D) AND(A AND C)
So far I've come to isolating just the words (see ...
0
votes
1answer
63 views
How can a submittable online form recognize ( \t ) & ( \n ) delimiters and skip <input>'s when using copy-paste from Excel?
[[UPDATED AGAIN]] And I am sorry if this question gets wordy.
I am a hobby coder, and I am looking for some help with syntax and functionality within javaScript which will allow copied delimiters ...
0
votes
1answer
68 views
PHP: Replace placeholders with dynamic number (delimiters, regex)
Dear stackoverflow community,
I am currently making my own template system for a website in which I can replace template placeholders in the style of {$stuff} with php code. I have the following code ...
0
votes
3answers
61 views
strtok return string?
just having a little issue with strtok and strcmp.
I'm trying to compare the input of a user via fgets to some predetermined string:
char *token[100];
fgets(s, sizeof(s), stdin)
token[0] = ...
-1
votes
1answer
49 views
Delimiter in Excel
I'm having problem with finding a unique delimiter for excel when I import a bunch of data from csv. I wanted "^;" to be the unique delimiter. However, Excel isn't smart enough to know that I just ...
0
votes
2answers
77 views
How do I cut up string using a delimiter (space) just like substr in php?
This is my Mystr value:
others:0.01 penalty:0.02 pdi:0.03 pdp:0.04 interest:0.05
principal:0.06 cbu:0.07 savings:0.08 bankcharge:0.09 grt:0.10
My desired output:
others:0.01
...
-1
votes
2answers
70 views
Finding smallest and largest population and the average
I've been working on getting this program to work. I'm having a little trouble getting the program to read the files I have created, census2000 and census2010. These contain the 50 states and their ...
1
vote
2answers
97 views
Splitting string using multiple delimiters Java
I would like to split a string using multiple delimiters. Right now I am using this:
String delims = "[\\s;.,:'!?()]";
which seems to work fine for those characters, but when I try to add the - ...
0
votes
2answers
65 views
C++ Properly split text on char
I am quite new to C++ and i think i made a tiny mistake somewhere in this bit of code. I failed to spot it so far. I hope you can help me, and tell me how/where/why it is wrong?
Many thanks in ...
0
votes
1answer
56 views
hot to parse csv time in this format 06:00:00;00?
I have csv and reading it per line so I can save it in the DB. I am using filehelper to separate each by comma delimiter but ignore those that are inside "". It is throwing exception coz of the data ...
0
votes
1answer
92 views
CSV to MYsql with PHP
Please don't close this question, I know there are lots of solutions already buy none of them seem to work or at least isn't working for me. I've csv file from google affiliate network product feed, ...
0
votes
1answer
76 views
Replacing Delimiter in MCONCAT formula
I'm using the MCONCAT formula (with success & help from others) to create a single string of multiple attachment names to associate them with a single record # (I am converting data from a legacy ...
2
votes
3answers
48 views
Get unique lines
I'm creating graph in graphViz and I need every connection to be display only once, how to transform this input using linux commands?
INPUT
aa -- bb[label=xyz]
ab -- bb[label=yzx]
aa -- ...
2
votes
1answer
48 views
Error near 'DELIMITER $$'
when I change Delimeter from mysql console or MySQL Workbench I do not get any error,
but when I embed the same code in ruby on rails I get error
mysql> DELIMITER $$
mysql>
gives no error.
...
-1
votes
1answer
47 views
Warning: preg_match(): Delimiter must not be alphanumeric or backslash in C:\xampp\htdocs\whois\classes\engine.php on line 336 [closed]
function processAvailable($used_limit)
{
// determine matching type
if (strpos($this->CORE->CONFIG->NAMESERVERS[$this->server][($used_limit ? "limit_keyword" : "keyword")], "!!!") ...
1
vote
0answers
53 views
Bypass Error Code: 1442. Can't update table as used by statement which invoked this stored function/trigger
i wish to do the following,
drop database ABC;
create database ABC;
use ABC;
create table head (
head_id int primary key auto_increment,
head_name varchar(55)
);
create table table1 (
t1_id int ...



