Questions tagged [data-dump]
57 questions
1
vote
1 answer
Can you access user edit history data through freebase data dump?
I would like to access user edit history for freebase to see what pages were edited most often over the past couple of years and by whom. I have downloaded the freebase data dump, but I can't find an indication that it contains edit history or…

user3003713
- 13
- 2
1
vote
1 answer
Google Api FreeBase data dumps parsing using c#
I want to search the google Api freebase. I want to get general amount of data. For example all Ids of songs, or films. I downloaded the data dumps gz file. I wonder what will be the best solution of parsing the file and getting the data I need. I…

Gidi
- 181
- 1
- 10
1
vote
1 answer
How to query Wikipedia full text dump using Google's BigQuery
I am testing out BigQuery in Google API, and would like to run some queries on Wikipedia full text dump. Google sample data doesn't include full text dump (only revision history).
There are are few sources for Wikipedia dump, such as this one on…

AdamNYC
- 19,887
- 29
- 98
- 154
1
vote
1 answer
I can't execute data-load (Symfony 1.4 Doctrine)
I have a some problem with my symfony project.
I have a MySQL database with InnoDB tables.
I try to create simple tree-menu:
schema.yml
Menu:
actAs:
Timestampable:
created:
disabled: true
updated:
disabled: true
…

Dmitry
- 551
- 6
- 19
0
votes
0 answers
How to download data dump from stack exchange?
I am trying to download the data dump from Stack Exchange for Stack Overflow, specifically covering the years 2019 to 2023. However, when I visit the website https://archive.org/download/stackexchange, I find numerous links without any information…
0
votes
1 answer
How can I filter on a row in a table in excel without messing up any of the data?
Excel Table Format
I have an excel data dump that is set up funky, but I am needing to filter on a certain row ("Site", in the image) but I need to keep all the other data the same. When I filter on "Site" I want to just show the certain Date's that…
0
votes
2 answers
Where Can I find Social Sites Evaluation Data?
I am working on evaluation methods in online social communities, and I need real-word data to apply my algorithms on. What I exactly need is some records that shows the votes that users have given to each other in a social network, forum, Q&A…

Allahbakhsh
- 1
- 3
0
votes
1 answer
How to get individual row from bigquery table less then a second?
I have a aggregated data table in bigquery that has millions of rows. This table is growing everyday.
I need a way to get 1 row from this aggregate table in milliseconds to append data in real time event.
What is the best way to tackle this problem?

kizilipek
- 1
- 1
0
votes
1 answer
expdp command gives error on Ubuntu server for Oracle Database
I've been trying to export oracle datadump with "expdp" utility in Oracle 18c. I've set the environment variables under ~/.bashrc as following
export ORACLE_HOME=/home/ubuntu/oracle-database-xe-18c-1.0/opt/oracle/product/18c/dbhomeXE
export…

Tanay Suthar
- 453
- 3
- 8
- 19
0
votes
0 answers
Converting a .sql file into a .csv file using mysql giving empty output
I have exported my mysql databse into a .sql file using the command
$ sudo mysqldump Company_Employee_Projects > dump.sql
I would like to simply convert this .sql file into a .csv file without being too fussy for now about the format of the csv…

Dean P
- 1,841
- 23
- 23
0
votes
1 answer
Extract data dumps from .sql file
I've got an .sql file, it's an database backup from four years ago. This .sql file is filled with table creations but also data dumps. Because I actually don't need and want the data I'm looking for an way to extract all the data dumps from the .sql…

Boyd
- 723
- 4
- 15
- 32
0
votes
2 answers
sentence extraction from 'so dump' using pandas
I am supposed to work with the stack-overflow dump as a part of my project. Now, being a novice programmer I am facing problems with doing the following task with the Pandas library.
I have a .csv file that looks…

ashesh
- 13
- 4
0
votes
1 answer
Why Oracle DataDump creates N-1 files if parallelism is set to N?
What am I doing wrong?
I set PARALLEL=4 but number of files created are 3.
time expdp data DIRECTORY=EXT_DIR TABLES=DATA.ST_EURKMORDER:P108 LOGFILE=log.txt CONTENT=DATA_ONLY COMPRESSION=DATA_ONLY…

olekb
- 638
- 1
- 9
- 28
0
votes
1 answer
Copying Data from Microsoft CRM SDK collection to a CSV file or Excel File. (data-dump)
Here is the information about the development environment pertaining to my work computer:
-Microsoft Visual Studio Enterprise 2015 Version 14.0.35123.00 Update 2
-Microsoft Dynamics CRM installed on a remote server.
Our ASP.NET C# application…

crazyTech
- 1,379
- 3
- 32
- 67
0
votes
1 answer
FBexport - isc_dsql_prepare failed - cant make an output
I'm using firebird tool called fbexport to make a dump of table data from DB. What I've did is to:
launch cmd, navigate to the directory where fbexport is
put a command:
FBExport.exe -D "c:\DB.GDB" -U sysdba –P masterkey -Si -V WIZYTY -F…

Paweł Skaba
- 671
- 1
- 17
- 49