- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Importing CSV to Create TXT/SPF records.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 12:06 PM
Hey, all.
I have approximately 500 domains that I now need to add spf -all records for. Obviously this is something that I do not want to do by hand and I am positive this can be done through a .csv import.
However, I cannot find how to format the .csv file (i.e. the template) with which to import the data into.
Is this something as simple as having a .csv file with the following columns and data:
Name Type Matched Property Matched Value
Zone/Domain-Name TXT Record Text String (SPF string)
Or will I need a different format?
Thanks.
Solved! Go to Solution.
Re: Importing CSV to Create TXT/SPF records.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2019 02:37 PM
I think you may have looked at the wrong documentation?
NIOS 8.2 TXT CSV Format:
https://docs.infoblox.com/display/NCR8/TXT+Record
Header-TxtRecord,fqdn,view,text
TxtRecord,textrecord.zone.com,default,"v=spf2 -all"
Above example would import a TXT record with FQDN textrecord.zone.com in the default view with value "v=spf1 -all"
The Infoblox CSV format always starts with a header row. The data rows always begin with the data type. The data type matches a header (begins with Header followed by a dash).