Refers generally to the process of moving data from an external source into one's platform, program, or data set.
0
votes
0answers
7 views
Import conflicts in Python with VTK and Cubit
My specific problem is I'm currently creating a program that uses VTK and another program that has python libraries called Cubit. Cubit uses VTK under its hood, so when you import its python library ...
0
votes
1answer
42 views
Doctrine Data Import - Common way to do a fallback?
I write a symfony command executed as a daily cronjob.
The task is to import data from different CSV-Files into the database (clean tables, no update).
Until now this is pretty easy but i need also a ...
47
votes
13answers
46k views
Stop Excel from automatically converting certain text values to dates
Does anyone happen to know if there is a token I can add to my csv for a certain field so Excel doesn't try to convert it to a date?
I'm trying to write a .csv file from my application and one of the ...
0
votes
2answers
25 views
Advanced Shapes and Determing Vertices
I am learning OpenGL and am curious about how people craft some advanced shapes. Take for example a person model. If someone draws a person in OpenGL do they really have to sit down, plot the vertices ...
-2
votes
0answers
7 views
Import info from page to application on Facebook [closed]
I have a blog. And I also have a fun page for it called Evergreen. To use facebook plugin for wordpress I need to have an application so that I could have APP ID and APP Secret. So, I've made an ...
0
votes
1answer
23 views
Importing multiple categories with Magento
Been all day on this one :
I have a bunch of categories in Magento and I'm importing a CSV of about 1000 products. Each product is going into ~10 categories.
I've tried formatting the CSV the same ...
0
votes
1answer
19 views
Errors in imported library
I want to use this library to crop images, since the crop intent can cause problems on certain devices: https://github.com/lvillani/android-cropimage
If I import it in Eclipse however, I get some ...
0
votes
1answer
721 views
Importing customers into magento with existing passwords
I'm importing 15000 users from virtuemart into magento but have been unable to get the passwords to import correctly.
My problem is that the passwords are hashed differently.
Virtuemart HASH = ...
0
votes
2answers
22 views
Remove Project from Android Studio
Does any one know how to remove a project from Android Studio in an attempt to re- export it from Eclipse?
So far I have tried removing all the gradle files associated with the project, which causes ...
0
votes
0answers
28 views
Importing Large Matrices: Import All or by Column? - MATLAB
General programming question, but there might be specific considerations for Matlab.
I will be importing very large data file. Is it better practice/faster/more efficient to import the whole file ...
0
votes
2answers
23 views
getIntent() method is undefined for type ParseApplication
I am making an android application that allows push notifications through parse.com.
It is not recognizing getIntent() as a method of the import android.content.Intent
Here is the line of code I am ...
1
vote
4answers
1k views
Best way to split an address line into two fields
We are developing a c# application that imports address-data into a CRM-system. The CSV-file contains an address-column like 'Somethingstreet 34'. Our CRM however uses two different fields for the ...
1
vote
1answer
47 views
lessphp import path issue, if I use manual import path
I am working on lessphp compiler for my own development needs, here is what I am trying to achieve.
a) I have parent theme and child theme both have less files.
b) Using twitter bootstrap less files
...
0
votes
0answers
6 views
is export/import part of the product?
This question is regarding how to implement a feature like import & export:
Assume your product have a configuration that contains all the "model" information.
The customer may want to save a ...
814
votes
23answers
367k views
How to include a JavaScript file in another JavaScript file?
Is there something similar to @import in CSS in JavaScript that allows you to include a JavaScript file inside a JavaScript file?