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

why I cant have dots (.) in my csv data #270

Open
mayeter opened this issue Jan 17, 2024 · 0 comments
Open

why I cant have dots (.) in my csv data #270

mayeter opened this issue Jan 17, 2024 · 0 comments

Comments

@mayeter
Copy link

mayeter commented Jan 17, 2024

Hello,

I am trying to read a DNS Manager dump from csv file. I couldn't find a way to pass this error:

record on line 0; parse error on line 2, column 5: invalid character '.' after top-level value

Here is what my csv looks like:

record_name,zone_name,location,record_type,record_value,ttl,proxy_enabled,proxy_value
test-record,example.com,usa,A,1.1.1.1,,,
test-record2,example.com,usa,CNAME,test-record.example.com,60,,
test-record3,example.com,usa,,10.10.10.10,,true,2.2.2.2

Please don't mind unfamiliar fields, its for something else.

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

1 participant