Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
Can anyone say how to extract data from web debug proxy that is fiddler to Mysql table in Talend with step by step procedure.
Hi sarumathi
I don't know much about web debug proxy tool, can you show us an example from which you want to extract data? I just search it on internet and find something like this
Request Count: 1
Bytes Sent: 211
Bytes Received: 588
ACTUAL PERFORMANCE
--------------
ClientConnected: 20:36:46:2442
ClientDoneRequest: 20:36:46:3152
Gateway Determination: 2262ms
DNS Lookup: 31ms
TCP/IP Connect: 172ms
ServerConnected: 20:36:48:8642
ServerGotRequest: 20:36:48:8822
ServerBeginResponse: 20:36:49:0502
ServerDoneResponse: 20:36:49:0792
ClientBeginResponse: 20:36:49:1432
ClientDoneResponse: 20:36:49:1482
....
Maybe you can try tFileInputRegex or tExtractRegexFields to extract data using regex.
Regards
Shong