Search Results

Search: Posts Made By: Ravi.K
4,035
Posted By Ravi.K
How to replace special characters?
Hi Team,

I have data like this.

|*|.5|*|0.2|*|A.B|*|
Would like to add zero (0) before the decimal point where there is no zero as

|*|0.5|*|0.2|*|A.B|*|

How to replace |*|. with |*|0....
2,033
Posted By Ravi.K
Here is format of the file. | - field...
Here is format of the file.

| - field delimiter
|##| - record delimiter

100|COL1|COL2|COL3|##|200|COL1|COL2|COL3|##|300|COL1|COL2|COL3|##|400|COL1|COL2|COL3|##|500|COL1|COL2|COL3Thanks

...
2,033
Posted By Ravi.K
Hi, My data has unix new line terminators in the...
Hi, My data has unix new line terminators in the data lelvel. I should not convert the line terminator. I have to split the file into equal parts with out line terminator conversion
2,033
Posted By Ravi.K
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...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 01:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy