Git Product home page Git Product logo

importcsv's People

Contributors

brendo avatar davidoliver avatar kanduvisla avatar simon-dt avatar xfrenette avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

importcsv's Issues

Feature request

Whould be great if you can integrate it with Meta Keys fields.

Empty values for email only on some entries when exporting csv

I have 600 delegates in a section with data for a conference and am using exportcsv to check all data for the delegates is correct when opening the CSV.

I've noticed some email fields are rendering blank and forcing the rest of the row to be empty as well.

It seems there may be something tripping up the export for certain rows.

I'm using v0.3 of importcsv and 2.3.1 of Symphony.

Error accessing the content.index.php backend page

I keep getting this error when I try to access the content.index.php page on a 2.2.5 install?

Fatal error: Call to a member function appendChild() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/gen11/extensions/importcsv/content/content.index.php on line 29

Is Context actually available to you in the build function?

$this->Context->appendChild(new XMLElement('h2', __('Import / Export CSV')));

The above line seems to be causing the error! when I comment it out the page renders correctly

2.3.2beta1 weirdness

I've got Multilingual fields in my sections but when I got to export the section data as Multilingual CSV I see no sections to choose from in the Multilingual export selectbox.

Support `prepareImportValue` function?

If you aren't already aware, the XMLImporter extension does a similar thing to the Import CSV extension in that it needs to take a single value and allow fields to process it so that it can be correctly saved.

While I love the idea of drivers for each field, it places a little of the responsibility on the you to maintain the pull requests for each field and it can be unmanageable.

To prevent this, the XMLImporter looks for a prepareImportValue on the Field class, which is given a string and returns an array ready for insertion.

Perhaps it'd be nice if Import CSV extension also checked to see if the Field has implemented this function before falling back to use the default driver?

So the pecking order would then be:

  1. Field's prepareImportValue function
  2. Specific Field Driver
  3. Default Field Driver

What do you think?

Fatal error: Maximum execution time of 30 seconds exceeded

The error:

Fatal error: Maximum execution time of 30 seconds exceeded in /Users/marciotoledo/Work/_WWW/interface.eng.br/extensions/importcsv/lib/parsecsv-0.3.2/parsecsv.lib.php on line 374

How I change this limit for much more? My csv file have 11,5MB, it's around 1200 articles.

Thanks.

Problem with exporting of tag lists

When I export a section that contains tag lists fields, the values are not comma separated.
For example if I have a tag list field with value : category1, category2
The exported cvs will be category1category2 without any comma between them.

Importing into Members section password issue

I've successfully imported around 600 entries into a section but am having issues pre-populating the 'member:password' from a generated set of passwords in the CSV.

Upon importing the Data, I've checked the fields and the Password field is set to "weak(1)" rather then the UUID set in the CSV field for password.

Is there anything I'm doing wrong or does the driver for member_password need updating somehow?

Import fails completely

Geil, I have just tried this extension since the last upgrade, and I get the following errors (see attached image on forum thread) for every single batch and therefore every entry.

The extension tells me that all entries are imported, but none are.

Incorrect output

CSV should be "comma" separated. Files are semi-colon separated and need to have sep=; at the top of the file. Otherwise the file doesn't work.

Working with date time extension

Is there a need to build a driver to export values from the date/time field?

I assumed it would be the same as a normal date field but I get no values on export.

Sub menu 'Import / Export CSV' not shown in 'System' menu in other languages

I have Symphony 2.3.1 and also the french translation. My Symphony is setup to use french.

Once your extension installed, I don't see the sub menu "Import / Export CSV" in the "System" menu.

But if, in this file, I change line 26 to:
'location' => _('System'),
it works.

It also creates the same problem with the Italian language, but I didn't test other translations.

How to reproduce:

  • Install french language extension
  • Enable french in Preferences
  • Install 'Import / Export CSV'
  • Problem: the menu is not added to 'System'

Symphony 2.4

Brendon,

I have donwloaded your contributions, would be great to have multilanguage functionality,

  1. but for the multi language tab the select options for the sections are empty.
  2. for the normal import i get in my main.log: 07/08/2014 6:19 pm > UNKNOWN: DatabaseException 0 - MySQL Error (1146): Table 'eccolaluna.sym_entries_data_' doesn't exist in query: SELECT SQL_CACHE * FROM sym_entries_data_; on line 867 of /Users/xxx/Sites/site/symphony/lib/toolkit/class.mysql.php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.