Hi Steve,
I installed 14.1 and was able to load the file with comma seperated fields, optionally enlcosed with double quotes through TPT
sample data -
123, "Manish","FINANCE",10000,25
12, "James","HR",5000,30
Can you please help me below -
1. Is there any other method (other than TPT) which also support - comma separated data, and optionally enclosed with double quotes, like example I specified above.
2. In TPT, I am not sure, but there is limitation that I can load the data only to varchar fields in the table, but what if I have number/date fields as well.
3. When I am using FLOAD, I can specify - SET RECORD VARTEXT DELIMITER ';' QUOTE YES '"';
but issue is that every column data must be enclosed with " but in my data it is optional. Is there any way to get it done?
4. I am using 14.1 express edition on vmware. There the no. of Instance is - 1, AMP - 2, and the maximum sessions that can be called - 2. Is there any way I can increase the number of AMP's? And if Yes, what is the way to do the same (All steps)
Thanks in Advance
Atul
Hi Steve,
I installed 14.1 and was able to load the file with comma seperated fields, optionally enlcosed with double quotes through TPT
sample data -
123, "Manish","FINANCE",10000,25
12, "James","HR",5000,30
Can you please help me below -
1. Is there any other method (other than TPT) which also support - comma separated data, and optionally enclosed with double quotes, like example I specified above.
2. In TPT, I am not sure, but there is limitation that I can load the data only to varchar fields in the table, but what if I have number/date fields as well.
3. When I am using FLOAD, I can specify - SET RECORD VARTEXT DELIMITER ';' QUOTE YES '"';
but issue is that every column data must be enclosed with " but in my data it is optional. Is there any way to get it done?
4. I am using 14.1 express edition on vmware. There the no. of Instance is - 1, AMP - 2, and the maximum sessions that can be called - 2. Is there any way I can increase the number of AMP's? And if Yes, what is the way to do the same (All steps)
Thanks in Advance
Atul