Questions tagged [data-importer]

18 questions
71
votes
7 answers

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. However, on occasion I also need to insert some…
Dan
  • 11,077
  • 20
  • 84
  • 119
16
votes
2 answers

"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 a script which creates every entry in the…
hchinchilla
  • 606
  • 8
  • 17
5
votes
5 answers

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 do not know the export field names, so the…
Geo
  • 8,663
  • 13
  • 63
  • 93
3
votes
1 answer

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 this process and would like some feedback if it…
Dean Poulin
  • 1,168
  • 1
  • 9
  • 22
2
votes
1 answer

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 the changes be undone automatically? Anything you…
Tim
  • 20,184
  • 24
  • 117
  • 214
2
votes
0 answers

Michael Hunger Batch Importer: Having trouble importing nodes and relationships into the neo4j database

I'm having trouble importing nodes and relationships. I'm trying to follow the instructions on: batch-importer, I have also downloaded the import zip file from : batch-import github. I have built the project successfully using maven and created the…
June
  • 27
  • 4
2
votes
1 answer

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 links for can help me in my demand.
pedrofernandes
  • 16,354
  • 10
  • 36
  • 43
1
vote
1 answer

DXF importer, not sure in which order to do transformations, how to handle units and base point of a block?

I am implementing a DXF importer, for now I am taking into consideration the HEADER section and only one variable from it INSUNITS, TABLES section only one table BLOCK_RECORD table, BLOCKS section, ENTITIES section (INSERT, LINE, LWPOLYLINE, ARC,…
SMpersonal
  • 35
  • 5
1
vote
1 answer

Periodic index of several datasources by Apache Solr and update of subset of fields without document renewal

I have following situation: 2 datasources should be indexed by Apache Solr. RDBM - constantly available CSV file which can be pushed to the system from time to time. CSV file just update 2 fields on already existing documents in Solr. But I have…
Ilya Naryzhnyy
  • 308
  • 1
  • 7
1
vote
0 answers

FTP file importing issue

I am trying to make a ftp importer , its almost done , but to optimize it further I would like to see whether the requested file has been updated in the server or not. If its already present and not been modified I won't fetch it again. What would…
Raja
  • 305
  • 2
  • 4
  • 14
1
vote
8 answers

How can I periodically run a Python script to import data into a Django app?

I have a script which scans an email inbox for specific emails. That part's working well and I'm able to acquire the data I'm interested in. I'd now like to take that data and add it to a Django app which will be used to display the information. I…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
0
votes
0 answers

Fetch Protected API with protected access token in Pimcore

How i can make consume Protected API in pimcore through Data Importer. There is no input tab in pimcore to enter Access Token Key. Is there any other possible ways to do it? This is our api which I am trying to load into pimcore
0
votes
1 answer

Import CSV file located in an external URL in WooCommerce

So, my main issue is this. Right now i have a page running with AWS's Elastic Beanstalk with more than 1 instance running. The main issue is that the CSV importer uploads the file to the instance, but for the next step, WC checks again if the file…
Daryl
  • 1
  • 1
0
votes
1 answer

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 already? Thanks, Dave.
Dave
0
votes
0 answers

Is there a way to convert/export tracking files (.trc files) from media cybernetics Image Pro Plus to a .mat file type?

I am a biology graduate student trying to export these files so that they can be used with a matlab based automated behavior classification software JAABA. It looks like there is no direct way to save .trc files as .mat…
drtran
  • 11
  • 2
1
2