We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Please don't mind unfamiliar fields, its for something else.
The text was updated successfully, but these errors were encountered: