neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

How to add CSV and Txt file? #52

Closed Harmeet94Singh closed 1 year ago

Harmeet94Singh commented 1 year ago

Does CSV of TXT file have any magic numbers?

tiesont commented 1 year ago

This is a duplicate of a question asked in #51 - please close.

neilharvey commented 1 year ago

@tiesont Thanks, I didn't spot it had been asked twice.

@Harmeet94Singh Just to confirm - no, a CSV file does not have any file signature that can be used to identify it.