Sponsored Content
Full Discussion: Split a record
Top Forums Shell Programming and Scripting Split a record Post 302193045 by photon on Thursday 8th of May 2008 10:48:21 AM
Old 05-08-2008
In perl you could do something like

Code:
$str = "1001A0010@B0010*&^0)C0012hgdj&6sD0020fhfri93kivmepi9";

$str =~ /(.*)A(.*)B(.*)C(.*)D(.*)/;

$uni = $1;
$a = $2;
$b = $3;
$c = $4;
$d = $5;

$seg1 = $uni.A.$a;
$seg2 = $uni.B.$b;
$seg3 = $uni.C.$c;
$seg4 = $uni.D.$d;

and so on.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to split a file record

-Hi, I have a problem with parcing/spliting a file record into two parts and assigning the split parts to two viriables. The record is as follows: ftrn facc ttrd feed xref fsdb fcp ruldb csdb omom fordr ftxn fodb fsdc texc oxox reng ttrn ttxn fqdb ... (5 Replies)
Discussion started by: aoussenko
5 Replies

2. Shell Programming and Scripting

Split a record based on particular match

Hi , I have a requirement to split the record based on particular match using UNIX. Case1: Input Record : 10.44.48.63;"Personals/Dating;sports";1441 Output Records : 10.44.48.63;Personals/Dating;1441;Original 10.44.48.63;sports;1441;Dummy Case2: Input Record : ... (5 Replies)
Discussion started by: mksuneel
5 Replies

3. Shell Programming and Scripting

Record split.

I want to keep only records contain length is 10 other records should remove from my original file without redirecting to other output file. Source 1234567890 123456789011234 abcdefghil Expected Result 1234567890 abcdefghil (9 Replies)
Discussion started by: Jairaj
9 Replies

4. Shell Programming and Scripting

split record based on delimiter

Hi, My inputfile contains field separaer is ^. 12^inms^ 13^fakdks^ssk^s3 23^avsd^ 13^fakdks^ssk^a4 I wanted to print only 2 delimiter occurence i.e 12^inms^ 23^avsd^ (4 Replies)
Discussion started by: Jairaj
4 Replies

5. UNIX for Dummies Questions & Answers

split record without pattern

Hi , I have file with all records in one line, which needs to split it to have a fixed length.Am trying to execute the below script for the same FILENAME="$1" while line LINE do echo $LINE | awk 'BEGIN{n=1}{while(substr($0,n,10)){print substr($0,n,10);n+=10}}' done < $FILENAME it... (4 Replies)
Discussion started by: nishantrk
4 Replies

6. Shell Programming and Scripting

split content and write to new record

Hi, Help required to split record value and write to new row. Input a~b~c~value in ('3','4','5')~test output a~b~c~3~test a~b~c~4~test a~b~c~5~test input a~b~c~value in ('3','4')~test output a~b~c~3~test a~b~c~4~test (8 Replies)
Discussion started by: Jairaj
8 Replies

7. UNIX for Dummies Questions & Answers

Split single record to multiple records

Hi Friends, source .... col1,col2,col3 a,b,1;2;3 here colom delimeter is comma(,). here we dont know what is the max length of col3 means now we have 1;2;3 next time i will receive 1;2;3;4;5;etc... required output .............. col1,col2,col3 a,b,1 a,b,2 a,b,3 please give me... (5 Replies)
Discussion started by: bab.galary
5 Replies

8. Shell Programming and Scripting

Need to split record

Hi All, Need help in writing a shell script for the below requirement: i/p: 123456789 o/p: 123 456 789 Req: one record should be split into multiple based on the length ( after every third character it should be moved into next line) Thanks in Advance (14 Replies)
Discussion started by: HemaV
14 Replies

9. Shell Programming and Scripting

How to split one record to multiple records?

Hi, I have one tab delimited file which is having multiple store_ids in first column seprated by pipe.I want to split the file on the basis of store_id(separating 1st record in to 2 records ). I tried some more options like below with using split,awk etc ,But not able to get proper output. can... (1 Reply)
Discussion started by: jaggy
1 Replies

10. UNIX for Advanced & Expert Users

How to split large file with different record delimiter?

Hi, I have received a file which is 20 GB. We would like to split the file into 4 equal parts and process it to avoid memory issues. If the record delimiter is unix new line, I could use split command either with option l or b. The problem is that the line terminator is |##| How to use... (5 Replies)
Discussion started by: Ravi.K
5 Replies
MYTOOL(1)							  LINUX COMMANDS							 MYTOOL(1)

NAME
mytool - manipulate map files for yudit, uniconv and uniprint SYNOPSIS
mytool [ -info ] [ -test ] [ -showkeys ] [ -decode ] [ -encode ] [ -strip ] [ -benchmark ] [ -name new-name ] [ -comment new-comment ] [ -type new-type ] [ -write output-file ] [ -my input-file ] [ -mys input-file ] [ -rmys input-file ] [ -kmap input-file ] [ -rkmap input- file ] [ -uni:l,u input-file [ -8 ] [ -high ] [ -low ] [ -runi:l,u input-file [ -8 ] [ -high ] [ -low ] ] [ -convert out-file-format ] DESCRIPTION
mytool is a my map file manipulation program in the yudit distribution. It can generates so-called binary nbit ( my ) map file that can map any sequences of bytes into any sequences of bytes. These sequences of bytes can be grouped into 1,2,4 and 8 bytes long words. The input sequence length may be different from the matched sequence length. 'i / 'n -> 'b specifies that the word 'in' produces 'b' but only the 'i is consumed from the input buffer. It can also generate a so-called binary umap file, that maps 8 or 16 bit single words into 16 bit single words and it contains the reverse map too. It can also disassemble the input map and produce a mys source file. The input can be a binary umap file, a my file, mys file a uni and a kmap file for yudit. It is recommended that all kmap files use the new mys format because it gives more freedom to define the mapping. The yudit distribution has a simple document yudit/doc/my.doc on the binary map formats, and a source file example file yudit/mytool/my/example.mys please refer to this for more details. OPTIONS
-info prints out a small information on the current map. -test lets you test the map interactively. -showkeys show alls the keys in the map file. -encode builds a state machine in the encoding part of the map file. The resulting map file can be written to disk with the -write option The resulting my files can contain state machines to speed-up conversion. A state machine based my file can manifest 10%-70% perfor- mance improvement, so it may be desirable for encoding fontmaps. For fontmaps the bumap format might be better suited where only one character and not a sequence of characters need to be mapped. -decode builds a state machine in the decoding part of the map file. -strip strips off the state machines from the map files. The -write option can be used to save the new map file. -benchmark option performs a simple benchmark test on the map file, to compare speed of simple, state machine based and binary map based map files. -nocomment option strips all comments from an input source file of format mys kmap uni. It does not strip comments from a binary file. -name new-name assigns a name to the map file. -comment new-comment assigns a comment to the map file. -type new-type assigns a map file a distinctive type, that can be kmap or fontmap but it is only informative. Keymaps can be used as fontmaps and vice versa. -write output-file writes the data into an output file. mytool never modifies the original file. All modifications should be explicitly saved with the this option. Never specify the same file for input and output. -my input-file load a binary map file. Only one of this option can be specified. -mys input-source-file load a source file. -rmys input-source-file load a source file and reverse it - make encoding from decoding and vice versa. -kmap input-source-file load a source file in kmap format. -rkmap input-source-file load a source file and reverse it - make encoding from decoding and vice versa. -uni:l,u input-source-file load a source file in Unicode Consortium format. This format has the local code in column l, and unicode in column u. The numbering of columns start from 0. -runi:l,u input-source-file load a source file in Unicode Consortium format and reverses it. Make encoding from decoding and vice versa. -8 option can be used with the -uni or -runi options. It specifies that the input is 8 bit and not 16 bit. -high option can be used with the -uni or -runi options. It specifies that the key should be or'ed with 0x8080. -low option can be used with the -uni or -runi options. It specifies that the key should be and'ed with 0x7f7f. -convert output-file-format converts the map file to a format. It is useful only when combined with -write otion. The possible formats are my -binary, mys -source, myc -my-c-source, umap -umap-c-source, bumap -binary-umap formats. For maps where only a single 8 or 16 bit local code should be converted into 16 bit unicode and vice versa, the umap file formats are recommended. The c-source files are provided so that you can inlucde a full map into the c program. DIAGNOSTICS
mytool prints out an error message and exits with a non-zero status on error. If there is no error the exit status is zero. SEE ALSO
uniconv AUTHOR
This program was written by gsinai@iname.com (Gaspar Sinai). Tokyo, 03 January, 2000. LINUX COMMANDS
Jan 03 2000 MYTOOL(1)
All times are GMT -4. The time now is 11:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy