Questions tagged [fileparsing]
170 questions
-2
votes
1 answer
Extraction of ssn no., date, e-mail address from a file using Python
1.I have a file named rexp.txt with the following content:
adf fdsf hh h fg h 1995-11-23
dasvsbh 2000-04-12 gnym,mnbv 2001-02-17
dascvfbsn
bjhmndgfh
xgfdjnfhm244-44-2255 fgfdsg gfjhkh
fsgfdh 455-44-6577 dkjgjfkld
sgf
dgfdhj
sdg 192.6.8.02 fdhdlk…

raenish
- 1
- 1
-2
votes
1 answer
Parsing a specific file using python
I have a 300 meg file that contains lines like these
[0] ppt: (non-cluster) 4294967295 1 1.9.1.25
timestamp: 1355333137
states: 680 [138(average 2752 0)][139(average 2802 0)][2253(average 2008 0)][2484(average 2321 0)][2578(average 2792…

Zoran Vidanovic
- 1
- 2
-3
votes
1 answer
Convert a file to JSON
I have a file in the following format:
TEST1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= test100.xyz.com)(Port= 1521))
(CONNECT_DATA = (SID = TEST1))
)
TEST2 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= test101.xyz.com)(Port=…

Aman
- 372
- 4
- 13
-5
votes
1 answer
How to parse and arrange lines of a csv file based on matching word in C?
I have csv file with below format…

H.Burns
- 419
- 2
- 9
- 22