markmulligansr
MIS
This is a Perl how do I do this question.
10622 2014-04-18 04:14:18.924064 EDT 10622 DEBUG: QUERY: insert into "EDWP06".ETL_STG.RQ_DRVR_UPDT next_data...
here is my input data. It is fixed positions up to the "EDWP06".ETL_STG.RQ_DRVR_UPDT
how do I extract the EDWP06, ETL_STG and RQ_DRVR_UPDT into three different vatiables without the "'s or the .'s ?????
The EDWP06, ETL_STG and RQ_DRVR_UPDT values change per record and their length changes too but they always have the "'s around the first field and then that is followed by a period, the second field and then another period and the third field.
I need some syntax help here.
Thanks
10622 2014-04-18 04:14:18.924064 EDT 10622 DEBUG: QUERY: insert into "EDWP06".ETL_STG.RQ_DRVR_UPDT next_data...
here is my input data. It is fixed positions up to the "EDWP06".ETL_STG.RQ_DRVR_UPDT
how do I extract the EDWP06, ETL_STG and RQ_DRVR_UPDT into three different vatiables without the "'s or the .'s ?????
The EDWP06, ETL_STG and RQ_DRVR_UPDT values change per record and their length changes too but they always have the "'s around the first field and then that is followed by a period, the second field and then another period and the third field.
I need some syntax help here.
Thanks