Closed GoogleCodeExporter closed 9 years ago
Hi, the name of the field changed to prevent field name conflicts present in
previous versions.
Previously if you had 2 fields names the same thing, ie, 'time', the fields
would be in conflict and when the output routines asked for 'time' it would
only get one of the two.
To prevent this behavior module fields are now prefixed with the module number.
So if largedigits appears in module 144, the new name is m144.largedigits. You
will need to update the column name or field list you are using.
To see the full field name, use the file output to print out a record. The
file output now prints the full field name for easy reference.
Let me know if you have any trouble finding the new field name.
Original comment by charless...@gmail.com
on 24 Sep 2010 at 6:26
Thanks for the quick reply! The info took care of this issue for us.
Original comment by bge...@gmail.com
on 24 Sep 2010 at 7:30
Original issue reported on code.google.com by
bge...@gmail.com
on 24 Sep 2010 at 5:26