Search found 9 matches

by mixtape
Thu Mar 10, 2011 12:50 pm
Forum: General
Topic: find a certain combination of characters
Replies: 1
Views: 273

find a certain combination of characters

Hi!

I'm trying to find the combination "-x

where x is any kind of letter.
how to i write this in the search field?

Thanks,
A.
by mixtape
Thu Mar 10, 2011 9:44 am
Forum: General
Topic: find row that does not start with "
Replies: 2
Views: 231

Thanks a lot!

//A.
by mixtape
Thu Mar 10, 2011 9:03 am
Forum: General
Topic: find row that does not start with "
Replies: 2
Views: 231

find row that does not start with "

Hi!

I have over a million rows where some of the rows start with a letter instead of a "

How can i find these rows?

Thansk in advance!

//A.
by mixtape
Mon Mar 07, 2011 9:29 am
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

No but it starts with ";"

So thanks alot! This worked like charm! You are a lifesaver!

Thank you!
by mixtape
Mon Mar 07, 2011 7:28 am
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

Ok. I'll try to explain it in another way, thanks for being patient by the way.

I have a set of data that contains say 20 fields (columns) on every row. Every row is separated with an "enter"

But, some of the rows are splitted after only the 10th field having the other 10 fields (on that supposed ...
by mixtape
Fri Mar 04, 2011 3:26 pm
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

This is how it is now

"field1";"field2";"field3";"field4";"field5"[enter]
;"field6"[enter]

This is how i want it;

"field1";"field2";"field3";"field4";"field5";"field6"[enter]

//A.
by mixtape
Fri Mar 04, 2011 2:21 pm
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

Sorry about that. The problem was, since i had rows where there were not suppose to be an [enter] i thought that maybe if i remove all the [enters] including the onces at the end of every row where they're suppose to be and then separate that long one line every number of symbols that i desired ...
by mixtape
Fri Mar 04, 2011 1:04 pm
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

Thanks!

But i might have done this the wrong way... see i have some rows that are separated with [enter] when they're not suppose to.

So can i do a search and replace looking for n number of symbols and then replace the [enter] with nothing?

Thanks again!
by mixtape
Fri Mar 04, 2011 9:44 am
Forum: General
Topic: split lines according to condition
Replies: 10
Views: 599

split lines according to condition

Hi,

I want to split a line after a certain number of ["].

How to i do this?

Thanks in advance!

//A.