Tagged Questions
The data-importer tag has no wiki summary.
6
votes
3answers
6k views
How to import initial data to database with Hibernate?
When deploying applications, I often use Hibernate’s capacity to create database schema in order to simplify the deployment. This is easily achievable by configuring hibernate.hbm2ddl.auto property.
...
2
votes
1answer
443 views
Abinitio & Recommended Usage Scenarios for Data Import / Export Processes
I'm curious to find out if anyone has some real world experience using Abinitio for data imports, manipulation, exports and if you highly recommend it.
I'm looking to solve a scalability issue with ...
2
votes
1answer
316 views
Has anyone tried the trac to fogbugz conversion/import tool?
http://our.fogbugz.com/default.asp?W977
I suspect it will be a simple task, but just thought I would ask before I tried it.
If you have used it, how did it go? Any caveats or things to help? Can ...
1
vote
1answer
659 views
“Upload” a file from django shell
I need to import some data from a excel file and a folder with images, every row in the excel describes every entry and have a list of filenames in the folder (photos related to the entry).
I've done ...
1
vote
1answer
522 views
Migrate SQL Server Tables to Sharepoint Lists
I have some tables (aprox 200) i want migrate and include in Sharepoint lists. I need a automatic process, anyone have a tool or code to generate sharepoint list based on tables?
Or please give some ...
0
votes
1answer
74 views
Is there a 3rd party .NET library/assembly that will parse & import files using a metadata-driven approach?
I need to parse a bunch of delimited flat files and import them into a database. I could build my own simple metadata-driven parser and importer but figure there must be something like this out there ...
0
votes
5answers
1k views
What is a good design pattern to implement a dynamic data importer tool?
We are planning to build a dynamic data import tool. Basically taking information on one end in a specified format (access, excel, csv) and upload it into an web service.
The situation is that we ...