Search Results

Search: Posts Made By: mam
2,761
Posted By mam
extracting data and store in database
Hello all,
I have this text file data. The data are separated by comma in three column and space or line feed to start a new row

anderson helberg, Jane, brother
Sister ,mother,grandpa...
3,944
Posted By mam
Hello, ranjithpr,snowline and ghostdog74, ...
Hello,
ranjithpr,snowline and ghostdog74,
Thank you for your reply.I will try to implement soon.
Also,it looks like I was not clear ,here is the really scenario:

text file
...
3,944
Posted By mam
Please, anyone with idea?. I really need your...
Please, anyone with idea?.
I really need your support expert!
Thank you again
3,944
Posted By mam
Sorry I think the code should read like this ...
Sorry I think the code should read like this

CITY1=`echo "$text" | grep "A:" |awk '{print $0 }'`
CITY2 =`echo "$text" | grep "B:" |awk '{print $0 }'`
CITY3=`echo "$text" | grep "C:" |awk '{print...
3,944
Posted By mam
DILEEP410, Thanks for your reply, For the...
DILEEP410,
Thanks for your reply,
For the output, I need only city names and then I will use them to store in database.
like CITY1=Washington,CITY2= ...,

Thank you again for your help
mam
3,944
Posted By mam
help with data extraction script
Hello all,
Iam newbie here and to unix programming. I have the following text file.

A:Woshington,B:London,C:Paris,D:Manchester,C:Lisbon,E:Cape town.

Now I would like extract this and store...
Showing results 1 to 6 of 6

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