From: James E. F. <jf...@ac...> - 2002-02-01 15:39:02
|
On Fri, 1 Feb 2002 Chr...@av... wrote: > When I create a survey, the "FIELD NAME" zone, in the section "QUESTIONS", > is not length' restricted. > But when I export the survey to a CSV file format and open the file, the > field is truncated to 10. > > Where can I modify this ? (I have search in the EXPORT.INC and > SURVEY_EXPORT_CSV.INC files nut didn't find anything). That field was trimmed to 10 chars because at one point I was working on exporting to DBF, and some DBF apps did not expect more than 10 chars. Line #141 of admin/include/function/survey_update.inc: trim(..., 0, 10) -James |