I\'m wondering, what would be a good/efficient way to delimit a string that can contain basically any character. so for instance, I need to concatenate n strings that can look like:
Here is a sample of my data: ABC*12345ABC BCD*234() CDE*3456789(&(& DEF*4567A*B*C Using SQL Server 2008 or SSIS, I need to parse this data and return the following result:
I have an unnormalized table with a column containing a comma separated list that is a foreign key to another table:
I tried the search func开发者_运维问答tion but only found questions regarding reading in comma/space delimited files.
I have a config file that the user can specify sections, and then within those section they can specify regular expressions. I have to parse this config file and separate the regex\'s into the various
Is there a function in C# to quickly convert some col开发者_运维百科lection to string and separate values with delimiter?
I\'m trying to write a parser for the EDI data format, which is just delimited text but where the delimiters are defined at the top of the file.
Okay I have my csv builder essentially working. it has 3 c开发者_Go百科olumns. Name, Position, Date. Unfortunately right now the export has 4 columns. Last name, First name, position, date. This is be
I have a list of objects, and each object has a string property. For example, I have a List<Person> and each Person has a firstName property. I want to build a comma-delimited, quoted string tha
I Have a string as开发者_开发百科 follows: {a{b,c}d} if i give 1, the string must be displayed as: