Top "Delimiter" questions

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.

MySQL DELIMITER syntax errors

This MySQL script installs multiple triggers. It works on one machine running MySQL 5.0.51b-community. On another machine running MySQL 14.12 Distrib 5.0.45, …

sql mysql triggers delimiter
Backslash zero delimiter '\0'

I have seen '\0' to be used as a delimiter in mixed binary files (UTF8 strings + binary data). Could …

binary binaryfiles delimiter
Java - Using multiple delimiters in a scanner

I'm using a scanner to take input and, hopefully, split it into chunks. I want it to split it up …

java java.util.scanner delimiter
Can I use 2 or more delimiters in C++ function getline?

I would like to know how can I use 2 or more delimiters in the getline functon, that's my problem: The …

c++ delimiter getline
How to parse a csv that uses ^A (i.e. \001) as the delimiter with spark-csv?

Terribly new to spark and hive and big data and scala and all. I'm trying to write a simple function …

scala apache-spark hive delimiter spark-csv
Escaping separator within double quotes, in awk

I am using awk to parse my data with "," as separator as the input is a csv file. However, there …

awk delimiter double-quotes separator
CSV End of line

Hi i am trying to put end of line code in CSV format to import it to excel I tried …

excel csv delimiter end-of-line
MySQL LOAD DATA INFILE: works, but unpredictable line terminator

MySQL has a nice CSV import function LOAD DATA INFILE. I have a large dataset that needs to be imported …

mysql csv delimiter end-of-line
Reading null delimited strings through a Bash loop

I want to iterate through a list of files without caring about what characters the filenames might contain, so I …

bash delimiter null-character
Regular Expression to Match " | "

I am trying to use Java's useDelimiter method on it's Scanner class to do some simple parsing. Basically each line …

java regex parsing java.util.scanner delimiter