Splitting a column
On Wed, 20 Aug 2008 20:19:01 -0700, Seymog60
wrote:
I have a date stream that has a column that has "19 x 25", and "26 x 40" and
various different numbers seperated by " x ". I need to seperate the one
column into 2 columns and delete the " x " in the middle of the numbers. Is
there a way to do this automatically instead of manually?
data/text-to-columns select x as the delimiter
--ron
|