Please, help. How can I upload .txt file with delimiters like '(', ')' into a table?
Example:
DCRRART3=(DESCRIPTION=(ADD
RESS=(PROT
OCOL=TCP)(
HOST=SDG.f
gbvc.com)(
PORT=3321)
)(CONNECT_
DATA=(SERV
ICE_NAME=D
CEYWRT3.NC
.HGNB.COM)
))
So, string before '=' is the name of a column, string after is the data for that column.
Any idea how to get data into those columns?
DCEQART3 is dbName
DESCRIPTION=
ADDRESS=
PROTOCOL=
HOST=
PORT=
CONNECT_DATA=
SERVICE_NAME=
Thank you in advance.
Start Free Trial