Questions tagged [data-files]

209 questions
1
vote
1 answer

Merging files with conflicting value labels

I am merging two different SPSS data files. Datafile A has variables Var1, Var2, Var3, Var4 Datafile B has variables Var1, Var2, Var3 Var1 in data-file A is numeric and coded (1 = "A", 2 = "B") Var1 in data-file B is numeric and coded (1 = "C", 2 =…
user1997567
  • 439
  • 4
  • 19
1
vote
1 answer

Postman: data retrieved from an input file cannot be logged in console

I am using Postman for Windows Version 6.5.2. Whenever I use an input file with variables, I would like to see variables I use in current test case printed out to console. For example I have a data file with list of user id:s. Then, at some point in…
1
vote
1 answer

why the first line of datafile is being skipped c++

While running this loop for my school assignment, it seems to be skipping the first line of the data file I am pulling from . Here is the data file Joe Johnson 89 Susie Caldwell 67 Matt Baker 100 Alex Anderson 87 Perry Dixon 55 The output I am…
1
vote
1 answer

Can I Restore data from ORACLE datafiles folder?

my server had been attacked by a ransomware .rapid and all my data had been encrypted , luckily for me the oracle home folder is not encrypted - yet - and most of the files including the datafiles folder and tablespaces are still accessible Can any…
Ali3lo
  • 19
  • 1
  • 4
1
vote
1 answer

SSIS: package write file to network share - Call Package (RDP vs Remote)

I have an SSIS package that writes a .TXT data file to a folder. I tested this on my local machine: the SSIS packages successfully writes (to my C Drive-- C:\myPath). Then deployed to the server: the package fails to write (to network…
1
vote
1 answer

unable to extend temp segment by 128 in tablespace TEMP for clob

I am working on a project in which I am working on database where in java program I need to read the clob data from datafile and then creating clob object and setting clob data in the object and insert row. I am doing batch insert with 10000 rows.…
1
vote
0 answers

POSTMAN: fetching arrays of object via JSON data file in collection runner

I want to fetch from data file (JSON) in the collection Runner an array of object. I have my collection in the main app here the body with all the fields that are parameterized. { "order": { "order_date": "{{order_date}}", "order_number":…
Franco
  • 875
  • 1
  • 6
  • 14
1
vote
1 answer

How to write arrays as column elements in a Data file in python and read it later in C?

I have two column dataset where each element of first column corresponds to an array. So basically my second column elements are arrays and first column elements are just numbers. I need to write it in a file using Python and later read it in C. I…
Arpan Das
  • 321
  • 1
  • 3
  • 9
1
vote
3 answers

np.loadtxt() How to load every other line from txt file? Python

I have a txt file of data that I only want to load in the even lines from. Is there a way to do this in python without using loops? Here are the first 10 lines of my data file: 1 25544U 98067A 98324.28472222 -.00003657 11563-4 00000+0 0 10 2…
Rose
  • 279
  • 1
  • 7
  • 20
1
vote
2 answers

Opening files from working directory

I have the following issue. I have imported multiple csv files into my working directory. Would appreciate any help files [1] "sept2010.csv__001.csv" "sept2010.csv__002.csv" "sept2010.csv__003.csv" "sept2010.csv__004.csv""sept2010.csv__005.csv"…
kelamahim
  • 577
  • 1
  • 4
  • 21
1
vote
2 answers

RMAN backup restore in a different node with datafiles and redolog files to a different directory

I can't restore the datafiles and redolog files from backup. In RMAN I wrote, run{ set newname for datafile 1 to '/u02/data_redo/system01.dbf'; set newname for datafile 2 to '/u02/data_redo/sysaux01.dbf'; set newname for datafile 3 to…
1
vote
0 answers

Looping over multiple data files in Python 2.7

I'm having difficulty reading multiple data files in a loop. I would like to solve my mathematical model with very many different instances. I have each instance stored in a txt file. An instance is defined by some parameters (numbers, arrays and…
Carlos_C
  • 11
  • 2
1
vote
1 answer

Pandas .DAT file import error with skip rows

I am trying to break a huge data file into smaller parts. I am using the following scripts - df = pd.read_csv(file_name, header=None,encoding='latin1',sep='\t',nrows=100000, skiprows = 100000) but I see that skip rows argument skips around 200000…
Uasthana
  • 1,645
  • 5
  • 16
  • 24
1
vote
0 answers

Oracle tablespace/data file issue - ORA-00376

Many months ago while shrinking table spaces I mistakenly deleted a table space with out taking backup. There were many indexes which belonged to tables which are a part of that table space. I never had any problems while inserting or deleting…
Aqeel Abbas
  • 159
  • 4
  • 13
1
vote
1 answer

Middleman product and category YAML data files

Is it possible to iterate through a data file using tags and categories based on a product data file? E.g.: # toys.yml - name: Fire Truck id: 1 description: Red category: Automobile url: toys/fire-truck tags: red, truck - name: Freight…
Wasabi Developer
  • 3,523
  • 6
  • 36
  • 60