I did a saveas
dw_down.SaveAs(s_path,CSV!,FALSE)
evidently, there was a backslash in one of the fields, and it exported to something unexpected
does anyone have any ideas thoughts?
do I need to keep certain characters out of that column?
the address field had
12389 W ALABAMA PL\
with the length of 20 characters
when it exported to CSV
"12389 W ALABAMA PL
" LAKEWOOD
almost as though it had a carriage return in it
would the backslash somehow translate to that?