Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: New Import Module

  1. #1
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Talking New Import Module

    I am releasing the beta version of my new import module. Right now it is for 4.5.1 only. I am working on the 5.0 release for mid December.

    The version available on SugarForge is only for the Open Source version of SugarCRM.

    It is available here.

    What does it do?

    1. I Fixed about 16 bugs and errors, big and small
    2. It adds an "Update Import" that will allow you to update records instead of creating new ones
    3. It allows you to set default and override values for all columns. For example if in your CSV file all the teams are wrong, you can tell the import module to just import them all to the global team, that would be an override, a default value would replace all blank cells with the global team.
    4. I added an update screen so you can tell how many records have been processed and how many were rejected. in real time.
    5. It tells you exactly what each field is looking for in it's data. What the correct date format is, if it accepts decimal places ect..
    6. It fixes most bad dates, if it's close it will get it right, for example 7/2/07 works now where it used to have to be 07/02/2007.
    7. If fixes numbers. $4,000.45 works now, as does €4.342,04 or whatever format your country uses.
    8. At the end you get an actual error report showing each error and what line of the CSV it was on. it also seperates out the lines that errored out so you can just fix those and reimport again saving alot of time.
    there is alot more in there and a lot more to come. Give it a look see and let me know how it goes. Again this is a BETA release, it doesn't mess with your database and is uninstallable however.

    If you send in an error report, PLEASE give me an example of the import file if it is applicable. thanks
    Last edited by andydreisch; 2007-12-05 at 07:13 PM.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Import Module

    I just updated this to verion 2.0c fixing a problem with some .htaccess installs.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: New Import Module

    Hi Ken, thanks for sending me the "pro" version, this is EXACTLY what Sugar CRM was missing.
    You did a great job.

  4. #4
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Import Module

    Just remember that it is beta, please send me any and all bug reports
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  5. #5
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Talking Re: New Import Module

    I just uploaded Version 2e to the SugarForge site shown in the first message. This version fixes bugs in the Targets importer.

    The next version will use ALOT less memory and can import 20,000 (or more depending on your server, it starts really eating resources after 20K tho) records at a time.

    That version should be out Thursday.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  6. #6
    aram is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    52

    Default Re: New Import Module

    Ken..
    Loaded the 2e version this morning...
    In the import wizard I get
    "Import Step 1: Select the Source" but the rest of the wizrd form is blank.
    But I got this on 2c as well.
    Any idea what I need to tweak?
    IIS5, php 4.5.4

  7. #7
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Import Module

    Not sure, probably a PHP error, there is no PHP v4.5.4, the last version was v4.4.7, but if you go into your php.ini file and turn on display_errors, then restart your webserver you should see the error that is holding you up.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  8. #8
    aram is offline Sugar Community Member
    Join Date
    Aug 2004
    Posts
    52

    Default Re: New Import Module

    Ok Ken
    Did that..
    Here's the error returned:
    ----------------
    Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in C:\Inetpub\wwwroot\SQmailNuts\src\sugar\modules\Im port\ImportAccount.php on line 50

    Fatal error: Cannot instantiate non-existent class: importaccount in C:\Inetpub\wwwroot\SQmailNuts\src\sugar\modules\Im port\ImportStep1.php on line 116

    Ideas on the handling?

  9. #9
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: New Import Module

    Just released a new version that should fix that bug, some bugs in the Import Map function and the Date function

    It is available here.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  10. #10
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: New Import Module

    Quote Originally Posted by kbrill
    Just released a new version that should fix that bug, some bugs in the Import Map function and the Date function

    It is available here.
    I got the same error on a different server, can you send me the latest pro version?

    Thanks

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Module Builder
    By Olavo in forum Downloads
    Replies: 418
    Last Post: 2009-02-26, 06:36 AM
  2. Import into Custom Module
    By zemon in forum Developer Help
    Replies: 6
    Last Post: 2007-05-29, 05:17 AM
  3. Replies: 1
    Last Post: 2006-09-11, 03:38 PM
  4. Calling import functions from another module
    By gylany in forum General Discussion
    Replies: 0
    Last Post: 2006-05-14, 08:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •