Hi,
My requirement is to get the arguments for a stored proc from a .csv file. Only problem in getting the arguments is the spaces in between the values.e.g.the file is like
123,first name,last name,1000
arg1=123
arg2=first name
arg3=last name
arg4=1000.
Any help on this would be appreciated.
Thanks
Ajay.
My requirement is to get the arguments for a stored proc from a .csv file. Only problem in getting the arguments is the spaces in between the values.e.g.the file is like
123,first name,last name,1000
arg1=123
arg2=first name
arg3=last name
arg4=1000.
Any help on this would be appreciated.
Thanks
Ajay.