This commit is contained in:
Kathy Ruffing 2012-06-08 13:07:59 +00:00
parent 193cfc507f
commit 2b56e285c2

View File

@ -399,7 +399,7 @@ namespace DataLoader
string s = dr["text"].ToString().PadRight(130, ' ');
string rid = dr["recid"].ToString(); // RECID
string num = s.Substring(85, 20).TrimEnd();
string fmt = s.Substring(75, 10).TrimEnd();
string fmt = s.Substring(75, 8).TrimEnd();
if (fmt == "") fmt = null;
bool ismulti = false;
bool conv_caret = true;