|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#76
|
|||
|
|||
|
New problem here Houston...
How would I add to this to the existing code above?... I need to duplicate all of the 16 columns data, removing all special symbols, special characters, spaces into new columns (in the same table). I need both original data and the new cleansed data. Hope I explained that right. Here is an example: Pretend the data has all sorts of special characters and symbols... Code:
column1 column2 ... column16 d@#$a_ta$1 da^*ta$2 ... da%&ta#16 and the result I would like to see: Code:
column1 column2 ... column16 column1c column2c ... column16c d@#$a_ta$1 da^*ta$2 ... da%&ta#16 data1 data2 ... data16 |
|
#77
|
|||
|
|||
|
bump ^^
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Tab delimited parse |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|