Skip to main content
-2 votes
2 answers
20 views

There is detailed specification of CSV Format in RFC 4180: Within the header and each record, there may be one or more fields, separated by commas. Each line should contain the same number of fields ...
Patlatus's user avatar
  • 1,665
Advice
1 vote
21 replies
260 views

I just wanted to ask if it's possible to read to a specific file format, say if I wanted to read from a file that has a format of something "info.uc" or "main.uc", how would I go ...
ShizamDaGeek's user avatar
1 vote
0 answers
285 views

The original EDK contains the following macro definition (e.g. in Edk/Foundation/Efi/Include/EfiImage.h line 57): #define EFI_IMAGE_EDOS_SIGNATURE 0x44454550 // PEED A similar ...
dumbass's user avatar
  • 27.1k
0 votes
0 answers
166 views

NOTE: I deliberately didn't tag this with Python, even though that's what the code I've tried so far has been in, because I'm happy to use any language to solve this, it's really a data conversion ...
Blither's user avatar
1 vote
0 answers
40 views

I am planning to write my own 3D rendering engine with LH coordinate system and I want to use GLTF as main scene description format But while GLTF is define strictly as RH coordinate system. I think ...
Thaina Yu's user avatar
  • 1,542
0 votes
0 answers
36 views

I am facing an issue getting data from SFTP to the STAGE I have created. In the below, I create a FILE FORMAT, then a STAGE and finally use an already created STORED PROCEDURE to load the data. I ...
XCCH004's user avatar
  • 335
-1 votes
1 answer
135 views

My csv file has fields which in enclosed with double quotes and the fields are separated with |. For some of the fields i have below value in csv file: |"\"Bremen \""| I want to ...
Marcus's user avatar
  • 4,021
0 votes
1 answer
81 views

I have some configuration (backup) files of a Siemens S7-300 PLC with the extension *.PG. Some other files have the extension *.DBF and can be read with the OLEDB Connection. But it is not possible to ...
Mdarende's user avatar
  • 801
0 votes
1 answer
345 views

I've been analysing Windows PE executables' binary file format. I know how to differentiate PE32 (32 bit) vs PE32+ (64 bit) and how to differentiate x86 vs x64. But I know that managed code uses the ...
hippietrail's user avatar
  • 17.3k
0 votes
0 answers
133 views

In the Windows PE file (Portable Executable) file format, the 16-bit field right after the PE\0\0 signature of the PE header is the "Machine Type" field. Microsoft currently lists about 30 ...
hippietrail's user avatar
  • 17.3k
1 vote
1 answer
148 views

I'm working with Digital Micrograph (DM) and have an MRC file that contains 10 distinct pieces. When loaded in DM, I can navigate through these pieces using the left and right arrow keys. I'm looking ...
ChenZX's user avatar
  • 291
1 vote
1 answer
153 views

The problem I am trying to solve is a three-parter. I am trying to read a 3D stack of MRC images (not as in: Can DM script read images with the same extension (like *.mrc) from a folder?), apply a ...
James Cho's user avatar
1 vote
2 answers
81 views

I have a vendor who sends 5-10 files a month. Recently they started sending us a mixture of Unix format files among the Windows format files. This vendor is notoriously difficult to work with so this ...
mf.cummings's user avatar
0 votes
0 answers
155 views

I'm trying to load a wav file into a C++ app I Keep getting the program to print Invalid Wav File with exit code 5. This means the program thinks the chunkID didn't match RIFF or the format didn't ...
Vibe's user avatar
  • 29
1 vote
1 answer
202 views

I'm looking for a cross-platform way of storing small amounts of metadata for UTF-8 text files. Things like current selection and cursor position. I know about filesystem-specific solutions like using ...
Eric '3ToedSloth''s user avatar

15 30 50 per page
1
2 3 4 5
66