CSV - Import not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

CSV - Import not working

Post by safee »

Hello,

I am using latest Mantis 1.2.15 and Using Pulgin from this link : https://github.com/TomR/Csv-import-4-MantisBT

As I do know how to import and done in past successfully also but this time I am anble to import records form pulg in getting Error like


APPLICATION ERROR #plugin_Csv_import_ERROR_FILE_FORMAT
Incorrect imported file format: Same column defined more than once

I Export CVS file from Mantis and tried same file for import. As Its loads properly with mapping but when I click on Import it gives error.
I dont understand what is the problem. Most of fields are custom in import file. Is it problem ?

Need help to solve this

Thanks,
Safee
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: CSV - Import not working

Post by atrol »

It seems that the author stopped developing this plugin.
Maybe using this version helps
https://github.com/mantisbt-plugins/csv-import
Please use Search before posting and read the Manual
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

Re: CSV - Import not working

Post by safee »

Thanks, Atrol


It works fine. Thanks for Help.
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

Re: CSV - Import not working

Post by safee »

Hey Atrol,

File was imported successfully but Custom fields data not display after import. Is it known issue with Csv-import ? I searched on it already.

can yuou guide me for resoultion

Thanks,

Safee
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: CSV - Import not working

Post by atrol »

Please use Search before posting and read the Manual
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

Re: CSV - Import not working

Post by safee »

Can we get any patch regarding to this issue or we need to wait for new version for this..?

It is very important for us right now so please can you tell me any update on this issue resloution ?

It would be great if any patch can work with version 1.2.15 for this issue

Thanks,

Safee
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: CSV - Import not working

Post by atrol »

safee wrote:Can we get any patch regarding to this issue or we need to wait for new version for this..?
No idea. I am not the author of this plugin.
Please use Search before posting and read the Manual
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

Re: CSV - Import not working

Post by safee »

Hello Atrol,

Can you suggest any work around for importing Custom fields in current version.

If yes then it would be greatful for us. Our whole project can not work with out import custom fields and number of records more than 1000
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: CSV - Import not working

Post by atrol »

There are various ways to get what you need

1) fix the issue in the existing plugin
2) write an own plugin which does exactly what you need
3) write a PHP script
4) direct manipulate th database using SQL
5) write an app in any language you want by using the MantisBT SOAP api
....

Don't expcect from me that I will be able to provide more detailed help for it.
What I can invest in my free time for MantisBT is limited and I am concentrating on MantisBT core and not any 3rd party plugins or inidiividual development.

I recommend to contact the author of the plugin or the one that provided the patch at http://www.mantisbt.org/bugs/view.php?id=13488#c33068
or the one that succeeded in using the patch http://www.mantisbt.org/bugs/view.php?id=13488#c35056
Please use Search before posting and read the Manual
safee
Posts: 29
Joined: 28 Jun 2011, 08:51

Re: CSV - Import not working

Post by safee »

Thanks, atrol for help
Post Reply