Giter Club home page Giter Club logo

flat-file-importer's People

Contributors

erwin-t-hoen avatar peeradech avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

flat-file-importer's Issues

Error hiding when commit fails - Message "General in the method"

When an imports fails due to a failed commit, the real cause of the error is hidden. All you can see in the log is there was an error with the message "General in the method" and the stack trace "Failed to commit". When the option "Log to console" is set to true, the logline in the console shows even less: no stack trace.

Could you please change this, so when an error occurs, the cause of the error is properly logged.

Rows skipped when decimal value null

I have an interface definition which contains a column of Data Type: Decimal.
When I import the data, the module skips all rows where the decimal value is null.
This means I am unable to import my datasets correctly. I expected the module to import the row but to leave that Decimal column null (as per the csv)?

It's a valid scenario for me to have some decimal values that are null:
Example - A list of users where Age was optional:

Name,Age,Address
Tim Cook,59,1 infinite loop
Bill Gates,,Redmond Washington
Lewis Hamilton,35,1 Race Drive

In this scenario Bill Gates didn't import, only Tim Cook and Lewis Hamilton.

Module version: 7.23.5
Mendix Version: 8.5.0

Unicode character not correctly converted

Hello Erwin,

This could be a setting issue but I tried both the UTF-8 and CP1252 file encoding settings and this made no difference.
When I import a csv file with for example 'één maand' it comes out in the database as ��n maand. I checked the hex code that is comming in (e9) so with the CP1252 it should come out if I am not mistaken as é. Any suggestions?

Regards,

Ronald

No option to associate file

Hi Erwin and Team,

I am using flat file importer. I don't see any option to associate the file document with the records going to insert. Please help me to get through

FileEncoding not used when using the internal queue

I noticed that when using the internal queue the fileEncoding is not used on line 236 by the InputStreamReader. Can you explain why and/or update with the ,fileEncoding?

"BufferedReader br = new BufferedReader(new InputStreamReader(fstream, fileEncoding));"

Delimiter and text indicator

I've configured the File Importer and importing works great. I have a file however with a | as delimiter and " "(double quotes) as text indicators. When configuring this and setting a text indicator e.g it does not remove the text indicator whilst importing.

Module not working in Mendix 8.3.0

The module does not work in Mendix 8.3.0.61600 (build 61600) in the log in the modeler it states that it can not create entity "Unable to create entity record1,2,3,4'

Add Association Name parameter to ExecuteInterface_Delimited_4_1_00 Java action

In previous versions it was possible to pass an "Association name" parameter when using the ExecuteInterface_Delimited_4_1_00 Java action. This would associate all the newly created objects to an already existing object (for instance the original file object). This was handy for retrieving the objects afterwards. In the latest version (7.1.0) this parameter is missing. Could you please bring it back?

Thanks for this great module!

Process files with different number of columns with the same definition.

In previous versions it was possible to process files with different number of columns with the same interface definition. It looks like non-existing columns were added before processing.

In newer versions this doesn't work anymore, which is causing us a lot of remodelling.
It would be awesome if the option to process files with different nr of columns in the same interface definition again.

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.