I'm creating a csv file using Vortex to write to an output file. When I look at the output file, I see "Out of range" in one of the date fields. How can I avoid this and make this field blank so that a TIMPORT would be able to read this file.
Here's my code:
<WRITE "l:\exptech.txt">
<SQL ROW "select * from tech">
<sandr "|" "" $Title>
<$newTitle=$ret>
<sandr "|" "" $Body>
<$newBody=$ret>
<fmt "%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s\n"
$id $forumid $ThreadID $SiteURL $Visited $Dlsecs $Url
$newTitle $newBody $LastPost $Replies $yearrangebegin $yearrangeend
$SiteType $Active $Metadata>
</sql>
</WRITE>
Here's my code:
<WRITE "l:\exptech.txt">
<SQL ROW "select * from tech">
<sandr "|" "" $Title>
<$newTitle=$ret>
<sandr "|" "" $Body>
<$newBody=$ret>
<fmt "%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s|%s\n"
$id $forumid $ThreadID $SiteURL $Visited $Dlsecs $Url
$newTitle $newBody $LastPost $Replies $yearrangebegin $yearrangeend
$SiteType $Active $Metadata>
</sql>
</WRITE>