Search Results

Search: Posts Made By: jd_mca
3,890
Posted By jd_mca
I will have to generalise this logic for large...
I will have to generalise this logic for large data files from database received as flat files. using this program I am planning to insert delimiter after fixed lengths(lengths of the columns from...
3,890
Posted By jd_mca
Yes It was intended.
Yes It was intended.
3,890
Posted By jd_mca
Can someone please help? I have a file -...
Can someone please help?
I have a file - fixed.txt
AABBBBCCCCCC
DDDEEFFFFGGGGGG
HHHIIJJJJKKKKKKLLL

To insert delimiters at fixed lengths of 2, 4, 6, 3,
I created a file text1.txt as

2
4...
3,890
Posted By jd_mca
Program to insert Delimiters at fixed locations in a file, Can you please Debug it for me??
Can someone please help?I have a file - fixed.txt----------------------------AABBBBCCCCCCDDDEEFFFFGGGGGGHHHIIJJJJKKKKKKLLL----------------------------To insert delimiters at fixed lengths of 2, 4, 6,...
5,975
Posted By jd_mca
Ouch :)! Thanks a bunch! THank you! Thanks...
Ouch :)! Thanks a bunch! THank you!

Thanks All!
5,975
Posted By jd_mca
Thank you very much for responding - $ sed...
Thank you very much for responding -
$ sed "s/^\(..\)\(...\)/\1;\2;/" file

Output:
kk;2;hal
sd;2;ss
sd;2;eetyw
5,975
Posted By jd_mca
Insert Delimiter at fixed locations in a flat file
Hi

Can somebody help me with solution for this PLEASE?

I have a flat file and need to insert delimiters at fixed positions in all the lines so that I can easily convert into EXCEL with...
Showing results 1 to 7 of 7

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