Please do not use the Wizard.
It is a tool that will have a limited shelf life (the plan is to discontinue it soon), and it does not support all of the features of TPT.
Also, it generates scripts in a way that is contradictory to how we are recommending scripts to be written.
(We are not enhancing the Wizard, so it will always continue to generate scripts in a way we do not recommend.)
The FastLoad and MultiLoad "protocols" do not support LOBs.
If you would like to load LOBs, you need to use the SQL Inserter, and the details are provided here:
http://developer.teradata.com/tools/articles/large-object-loading-with-teradata-parallel-transporter
And even that article was written prior to when we enhanced the script language to use operator templates and job variable files.
You can use that article to help get you started, but then I would recommend enhancing the job script to the much simpler form once you are familiar with how to load LOBs with the SQL Inserter operator.
Please do not use the Wizard.
It is a tool that will have a limited shelf life (the plan is to discontinue it soon), and it does not support all of the features of TPT.
Also, it generates scripts in a way that is contradictory to how we are recommending scripts to be written.
(We are not enhancing the Wizard, so it will always continue to generate scripts in a way we do not recommend.)
The FastLoad and MultiLoad "protocols" do not support LOBs.
If you would like to load LOBs, you need to use the SQL Inserter, and the details are provided here:
http://developer.teradata.com/tools/articles/large-object-loading-with-teradata-parallel-transporter
And even that article was written prior to when we enhanced the script language to use operator templates and job variable files.
You can use that article to help get you started, but then I would recommend enhancing the job script to the much simpler form once you are familiar with how to load LOBs with the SQL Inserter operator.