Top "Import" questions

The general process of moving data from an external source into one's platform, program, or data set.

How to import existing *.sql files in PostgreSQL 8.4?

I am using PostgreSQL 8.4, and I have some *.sql files to import into a database. How can I do so?

postgresql import
How to import load a .sql or .csv file into SQLite?

I need to dump a .sql or .csv file into SQLite (I'm using SQLite3 API). I've only found documentation for …

database sqlite import sqlite-shell
How does the keyword "use" work in PHP and can I import classes with it?

I have a file with a class Resp. The path is: C:\xampp\htdocs\One\Classes\Resp.php And I …

php import include
How to use custom packages

I'm trying to create and use a custom package in Go. It's probably something very obvious but I cannot find …

import package go
Oracle: Import CSV file

I've been searching for a while now but can't seem to find answers so here goes... I've got a CSV …

oracle csv import sqlplus sql-loader
How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

Is it possible to create a Dump of SQL commands from a Microsoft Access database? I hope to convert this …

mysql sql ms-access import dump
Why "no projects found to import"?

I am trying to "import existing project into workspace". As the "root directory" I select the directory where all my .…

java eclipse import project
Dynamically load a JavaScript file

How can you reliably and dynamically load a JavaScript file? This will can be used to implement a module or …

javascript file import include
Why is using a wild card with a Java import statement bad?

It is much more convenient and cleaner to use a single statement like import java.awt.*; than to import a …

java import wildcard
The difference between "require(x)" and "import x"

I've just started working on a small node project that will interface with a MongoDB. However, I cannot seem to …

node.js typescript import require