The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Import Data - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Import Data (/showthread.php?tid=798) |
Import Data - mpmonty - Jul 29th, 2010 I am trying to import a csv file, I am able to do it through phpmyadmin but does not show up in my views on my formtools pages, am i doing something wrong or is it not setup to do this? is there any way i can make it work? i have thousands of entries from an old database im trying to put on my formtools. maybe someone can make a module or something i would if i had the knowledge, i would definitely pay money if anyone is interested in helping me, thanks RE: Import Data - Ben - Aug 3rd, 2010 Hi mpmonty, Sorry for the wait - I'm spreading myself a little thin over my projects these days. Importing the data should work okay... Check is that the is_finalized field for each row you're importing it set to "yes". If it's set to "no", it won't show up anywhere. - Ben RE: Import Data - mpmonty - Aug 6th, 2010 hey Ben thanks that was it the finalize field was not set, thanks alot again Would there be a way to make a quick import page like the one phpmyadmin uses? RE: Import Data - marcat - Apr 4th, 2012 Had the same issue, took me a while to find this post but once I did my imported data displayed in the form's view with out a hitch! So, the is_finalized field value MUST be set to "yes" before a record will display in a FormTools view. If the value is set to "no", blank or NULL that record will not display in the form's view... - Trialbuyfire (Aug 3rd, 2010, 8:58 PM)Ben Wrote: Hi mpmonty, |