Hi,
I am taking Source as table and destination as text file CSV.
In the table i have data like 0.00 and when i am trying to load into destination file i wan the data look like $0.00.
So i ahve added derived column and appended $ sign, but while loading data into text file i am as $0 instead of $0.00.
I have used currency and numeric data types with precision 2, but it did not work.
Please help me what kind of data type needs to used.