Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All importers should support option to import without changing data #478

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 7 comments

Comments

@GoogleCodeExporter
Copy link

It should be possible for users to turn off all unnecessary transformations of 
input data.  Many times these are irreversible, so the time to deal with them 
is at initial import.

One example is the XML importer has no way to turn off string->number 
conversion.  Other converters such strip leading and trailing double quotes 
that they find.

Original issue reported on code.google.com by tfmorris on 5 Nov 2011 at 4:27

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Issue 511 has been merged into this issue.

Original comment by tfmorris on 20 Dec 2011 at 3:44

@GoogleCodeExporter
Copy link
Author

Original comment by tfmorris on 7 Sep 2012 at 9:15

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

In r2451 TabularImportingParserBase now defaults guessCellValueTypes to False 
so that importers which don't specify it don't get it turned on automatically.  
This was adversely affecting Excel, Open Office Calc, and Google Spreadsheets 
because they had no control to turn off the default since they have data types 
built in.

Original comment by tfmorris on 7 Sep 2012 at 9:24

@GoogleCodeExporter
Copy link
Author

Original comment by tfmorris on 7 Sep 2012 at 9:35

@GoogleCodeExporter
Copy link
Author

Original comment by tfmorris on 7 Sep 2012 at 9:35

@GoogleCodeExporter
Copy link
Author

I think most of the work is done for this and I'd like to clean up any loose 
ends and get it included in Refine 2.6.

Original comment by tfmorris on 18 Sep 2012 at 5:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant