Questions tagged [data-files]
209 questions
0
votes
1 answer
Add conditional logic on Jekyll looking if there's entries in a data file
I'm making a job listing page using Jekyll and I decided to create a separate data file with the job positions available.
I'd like to add a condition where if there's no positions available (the data file is empty), a specific message would…
0
votes
0 answers
Add content file in ClickOnce Publish
I have an excel template which I would like to add as part of ClickOnce publish.
When I add the excel as a link to the ClickOnce project and publish, it is added as .xlsx.deploy and removing it from Application Folder to the root publish folder…

user7386331
- 1
- 3
0
votes
1 answer
Query to show the device where a file is located. [ORACLE]
I am looking at the ss64 website, but I can not seem to show the device where my file "/home/user/file_data.dbf" is located.
In other words, the query would return the following information:
-------------------------------------------
| …

Python241820
- 1,017
- 1
- 12
- 16
0
votes
1 answer
Github cant read csv data
I uploaded my jekyll site to github, and created a table for my data files.
The data is showing when I run the website locally.
Unfortunately, After I upload it to github, I doesnt show anymore.
I have my csv data named "vclists.csv" under "_csv"…
0
votes
1 answer
How can I make each line in a data file a tuple in a list of tuples?
I have a text file called CustomerList.txt and it looks like this
134998,Madison,Foxwell,825 John Street,Staunton,VA,24401,6655414998
The end result should be like this
with open("CustomerList.txt", "r") as fin:
ID, Firstname, Lastname, Address,…

Cynthia
- 1
0
votes
2 answers
Read in file for constants #java
I want to read in a datafile that has several constants for my program (e.g. MAXARRAYSIZE).
I then want these constants to be accessible anywhere in my program by typing something like: ConstantsClassName.MAXARRAYSIZE. How do I implement this…

user1714575
- 31
- 1
- 4
0
votes
0 answers
Customer data file code in C.Facing issues
The code is supposed to Accept Data,Display the entire data stored till the current execution,Modify or make changes to the already accepted data.
WHAT IM LOOKING FOR IN AN ANSWER:how to write the code for a Modify module?
…

yasaaMoin
- 31
- 7
0
votes
1 answer
direct link to download from datafile.com
i want to download a file from datafile.com
can someone give me direct download link for download.
it start with n79.datafile.com.html i want this url for my file
here is url of file which i want to…

travel
- 21
- 2
- 7
0
votes
1 answer
Python: Read Data file with variable number of rows per observation
I have to work with a dataset that contains multiple lines per observation. The number of rows per observation can vary. The file is structured so that information is not repeated.
The file contains a segment ID, which relates the output to a…

CompChemist
- 903
- 2
- 8
- 15
0
votes
1 answer
Pagination of data in Middleman
I have a very long list of titles in my data file data/works.yml which looks more or less like this:
---
-
id: 947
title: "First"
-
id: 955
title: "Second"
The list is too long too display without pagination. How can I paginate…

helcim
- 789
- 13
- 27
0
votes
0 answers
Can we merge or combine two datafiles of two different spark-jobs (on same Rdds) in Apache Spark?
I am doing some work related to datafiles and indexfiles in spark shuffle mechanism. I have one doubt related to it: Can we merge or combine two datafiles (and two indexfiles) of two different spark-jobs (on same Rdds) in Apache Spark?
Any help?…

info_tech
- 21
- 1
- 5
0
votes
0 answers
Is there any way to conform that the file is encrypted
I have a file 'T019.T19975.ITEM.BARCD.DATA' and i'm trying to read this file but i can't see the data.
os -linux,
I tried some command on this like
file T019.T19975.ITEM.BARCD.DATA
T019.T19975.ITEM.BARCD.DATA: SysEx File -
file -bi…

Precision
- 61
- 1
- 2
- 8
0
votes
1 answer
How to sort numbers in ascending order in a file in python (by insertion sort)
I'm trying to figure out a simple way to sort numbers in ascending order from a file using python.
This is what I have got so far - but it doesnt seem to work!
input_file = open('C:\\Users|\Desktop\\data.txt')
for line in input_file:
print…

Fredd444
- 37
- 4
0
votes
1 answer
Table space dropped but dbf file still exist
we have dropped a tablespace by command drop tablespace T1 assuming that the datafile will also be dropped. Later we created the same tablespace T1 with different datafile.
Now the problem is that datafile is holding 14GB of diskspace. Is there any…

kanna
- 101
- 7
0
votes
0 answers
error mysql table does not exist
I have move the data folder of previous install to new install location, phpmyadmin show the database in list but cannot browse table due to error "table does not exist".
It has happened next time and only solution I found is to restore through .sql…

justnajm
- 4,422
- 6
- 36
- 56