Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to determine file format .CSV #367

Open
tomswinkels opened this issue Feb 9, 2022 · 1 comment
Open

Unable to determine file format .CSV #367

tomswinkels opened this issue Feb 9, 2022 · 1 comment

Comments

@tomswinkels
Copy link

tomswinkels commented Feb 9, 2022

Error with .csv file.

array:7 [
  "GETID3_VERSION" => "1.9.21-202109171300"
  "filesize" => 483
  "filepath" => "/tmp"
  "filename" => "php9xHIox"
  "filenamepath" => "/tmp/php9xHIox"
  "encoding" => "UTF-8"
  "error" => array:1 [
    0 => "unable to determine file format"
  ]
]

bak.csv

@JamesHeinrich
Copy link
Owner

Are you expecting getID3 to identify this bak.csv as a "CSV" file?
If so, that won't be implemented, CSV is just a text file that complies with certain formatting conventions, but there can be a huge number of variations on the general concept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants