Most voted "importing" questions
Tag used to refer to import in general (import from database, from archives, from libraries, etc).
Learn more…101 questions
Sort by count of
-
8
votes3
answers4774
viewsHow to improve file recording speed for a Clientdataset?
I’m integrating a system with a bank file, and I’m having a problem with the process. I receive from the credit card operator a plain text file with approximately 1300Kb and about 5,500 lines. I’m…
-
8
votes2
answers941
viewsImport multiple classes from the same package
I wonder if there’s any significant difference in making import java.util.* instead of import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.List; import…
-
8
votes1
answer7609
viewsHow to acquire information from the IEC (Investor’s Electronic Channel)?
Forgive my layperson, but there is an API that allows me to pull a user negotiations, knowing the login and password of the same ? Or would it be the case to make a Crawler ? I’ve seen several…
-
7
votes1
answer859
viewsTransfer ownership of a "Property" from Google Analytics?
The documentation on the ownership of Google Analytics accounts does not clarify whether it is possible to transfer ownership of certain Property user A to user B. I found this answer on SOEN given…
-
6
votes1
answer1449
views -
6
votes1
answer344
viewsWhy is @import not working properly?
I’m trying to import one CSS into another but it’s not working, the directory structure is like this: css style. css/agoravou.css But the command is not working @import url('css/agoravou.css')…
-
6
votes1
answer1613
viewsHow to Add DLL to Visual Studio? (Unconventional form)
I’m trying to add a few DLL's to my project at Visual Studio (Unconventionally). What I mean is, within my project, but outside References ! According to the image below: The reason you use Dlls…
-
5
votes2
answers1612
viewsImport module from another folder
I want to import a module that is found in a folder that is sister to the folder where I have the script, inside which I want to import the other script, ie: logic\ board.py` mlogic.py player.py…
-
4
votes2
answers92
views -
4
votes1
answer247
viewsImport txt file into Postgresql 9.6
Guys, I have the following problem: I have a file in txt format with the following information: 1;Helder;Masculino;GO 2;João;Masculino;RJ 3;Maria;Feminino;PR 4;Pedro;Masculino;MA I used this example…
-
3
votes1
answer1710
viewsHow to export data from an Oracle 11 database and import into an Oracle 10?
I am having trouble exporting data from an Oracle 11 to another Oracle in version 10. I tried to copy the binary exp from old machine to new but as they are different architectures (32/64 bits) did…
-
3
votes2
answers19115
viewsMysql Workbench Import and Export
I have a Mysql Workbench Database with the data filled and I want to pass this data all filled to another Mysql Workbench, but on another computer. Is it possible to do that or I’ll have to fill out…
-
3
votes2
answers1331
viewsCheck separator type in a CSV file
I rode a script for import of CSV with PHP but I’m having difficulty with checking the type of formatting CSV. I need to check if he’s separated by ,or ; or \t or : or |, but I’m not getting it.…
-
3
votes0
answers380
views -
3
votes1
answer355
viewsImport java classes to a project automatically?
I wonder if there is any way to automatically import java classes from a given local directory for my current project. For example: Let’s say that when I press a "Import" button in my application,…
-
3
votes1
answer347
viewsSelect column with Excel *** value
Good morning friends! I need some help. I am making a "Select" of an Excel spreadsheet in VB.Net to import the data in the database but a column is not bringing the data correctly. This column has…
-
3
votes1
answer6899
viewsPython: How to correctly import one method that depends on another?
I’m on the reboot of a project I did in Java, seeking to learn about Python in POO, but I’m stuck on something I haven’t found any solution yet: I have 2 files ("working.py" and ".py files"). The…
-
2
votes2
answers343
viewsUsing Flash Professional, how to import classes from an Actionscript file?
In my project I have the Listloader class, responsible for interpreting a list and uploading files described in it. My goal is to save, this and other classes, in a file extension ". as" and be able…
-
2
votes2
answers384
viewsMysql import . txt - string values
I have a TXT file that contains several different records, in some cases I need to get the information that is between 2 strings, e.g.: Cliente: FULANO DE TAL CPF: I need what this between Cliente:…
-
2
votes1
answer51
viewsImporting an objc control into Swift: Error when putting an action (func) of my contole
I decided to make an app in Swift this time, and as usual I use my custom control (Menuview). In objc I know how it works and everything worked, in Swift I followed all the steps, import in…
-
2
votes0
answers865
viewsWeb Query at Login Site
I need to access a site to make an import of data from the web, but this site needs login and whenever I leave the spreadsheet and enter again I have to edit the query and connect again! The idea…
-
2
votes1
answer61
views.htaccess import another rule file
Guys, I have the following problem, I have an administrative area where can be registered page redirects, and these redirects are saved in the bank, currently I redirect via PHP, but I would like to…
-
2
votes0
answers118
viewsError with fullcalendar Javascript
I’m trying to import the fullcalendar in a project, I’m using the Gulp to automate imports. However, when I set out to import fullcalendar I come across this error on the console:…
-
2
votes1
answer43
viewsImporting DXF and Manipulating Files with Mathematica
I have five DXF files with various geometric figures. Are squares with a different geometric shape in each DXF file ... Four DXF files have a square with a different geometric shape on one side, as…
-
2
votes1
answer112
viewsImports within Python functions
I have seen cases where the developer does the import of a module within a function, some cases mainly in the Django documentation, why it is not very clear to me, if anyone can help me thank.…
-
2
votes2
answers349
viewsImport csv - 18 million lines in R
How to import a base of 20 million lines with 24 variables. There are two variables that are string. The base is importing these two variables as Numeric and excluding the zeros at the beginning. I…
-
2
votes1
answer611
viewsRead large (80gb) php file
I need to read an 80 giga file using PHP to include in a postgres database. The file is a txt with a column layout. THE IDEA WOULD BE NOT TO DIVIDE IT, BECAUSE THE PROCESS WOULD BE UNVIABLE, SO I…
-
2
votes1
answer1703
viewsCustom source React Native
I’m having a hard time adding a font to my React Native project. I have tried with many tutorials but none fits well in my case, and several do not work. This is where I define my already stylized…
-
1
votes1
answer3746
viewsHow to read a CSV file using Android?
I’m a beginner on Android and was wondering how to read a TXT file to my application. That question helped me a lot: https://stackoverflow.com/questions/8499351/how-to-read-csv-file-in-android But…
-
1
votes1
answer102
viewsWindows Phone, how to import data (Isolatedstoragefile)?
Is there any way I can import a data file (txt) into Windows Phone’s internal memory using "Isolatedstoragefile"? I need to import a list of customers, and be able to edit by the device.
-
1
votes2
answers470
viewsHow to run PHP Data Import code for Wordpress site?
I have an example code to create a Post of a specific type (product from WooCommerce) and would like to use it to make a routine import of many products. <?php function createNewProduct() {…
-
1
votes1
answer444
viewsImporting p/ Mysql from TXT
I have a txt file coming from a database that separates the items with a space type TAB, the item first is the product name, the second item of txt is the value, type this, I need to know how to…
-
1
votes1
answer1775
viewsError importing Eclipse project to Android Studio
Every time I import my project "Radio__santana" from Eclipse to Android Studio, returns this error: * C:\Users\Cliente\AndroidImageSlideShow\AndroidManifest.xml: Invalid XML file:…
android eclipse android-studio importing android-manifestasked 9 years, 10 months ago Kauan Kubaski 477 -
1
votes2
answers456
viewsOpen Progress bank
Good afternoon, I need to open a client’s Progress database to make an import and I’m not getting it. I need some help to know some way to work with this bank, whether by code or applications. these…
-
1
votes1
answer161
views -
1
votes1
answer931
viewsPython import error modules
I’m having trouble importing the modules into my project. I was creating some tests and I can’t import the main of my project to test an end point from my test file teste_ex.py. Follows the…
-
1
votes0
answers16
viewsUse full class name or import?
My question is this:: if I’m going to use a specific class only once in a location, I should import all of it up there in the code? Example: Suppose I want to get some information from web.config in…
-
1
votes0
answers77
viewsExport data from Informix
I’m developing an application based on the data of an ERP. This ERP uses the INFORMIX database whose file export standard is BOUNDED BY PIPES AND WITHOUT TEXT RATING. I need to import Informix data…
-
1
votes1
answer2563
viewsImport XLS to Pgadmin
I am trying to import a spreadsheet with information from a database table, however, when I try to import, give the following message: field 'md5' must have a value However, there are values in this…
-
1
votes1
answer3068
views -
1
votes2
answers1117
viewsChange oracle characterset 11g
When performing a dump file import, oracle is returning me the following messages: IMP-00019: rejected line due to ORACLE 12899 error IMP-00003: Oracle error: 12899 found ORA-12899: very large value…
-
1
votes1
answer1527
views -
1
votes1
answer212
viewsJava @Path and @Produces error
Error in the use of @Path in Java. package resource; import java.util.ArrayList; import java.util.List; import java.nio.file.Path; import java.nio.file.Paths; import domain.Album; import…
-
1
votes1
answer110
viewsHow to call compressed HTML file with gz?
I’m starting to use gzip, I compressed a JS file but when I call it in HTML, the error in the console. IN HTML <script…
-
1
votes0
answers3157
viewsUnable to read transport connection data: Forced cancellation of an existing connection by remote host
I am trying to make a file read in "csv" style. After reading I have to add it to the bank, however I get the following error = "Unable to read transport connection data: Forced cancellation of an…
-
1
votes1
answer1473
viewsError importing Postgre bank
I have a bank to import, it’s native to Postgresql and is with extension .sql, I’m trying to care in the PgAdmin4 but I can’t do it at all. There’s a picture of the error.…
-
1
votes1
answer4180
viewsImport functions from another file (Node.js)
I have a bot.js file that would be my "main" project and inside the same folder where the bot.js is.I have Call.js and Somar.js which are just functions [call()] and [add()]. It would be possible to…
-
1
votes2
answers77
viewsHow to "reimport" an object from a Python module?
I wrote a module called mymodule.py who has the function def funcion(x): return x So I imported this function into a code like from mymodule import function and worked normally. Then I wanted to…
-
1
votes1
answer33
viewsPerform schema import by changing Grant and synonym
In one environment I have 5 schemas that make grant and synonym among themselves, of which they are already working. Now I need to duplicate that default environment for the customer environment,…
-
1
votes1
answer61
viewsQuestion about ES6 import/export
Why does the code below not work? I am using the import/export in the standard ES6 in a Node.js environment with sucrase. Filing cabinet config.js: const token = 'example'; export default { token };…