- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Import CSV VIA PYTHON
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Hello everyone,
I’ve created a script that generates a CSV file containing the necessary details for DHCP pool creation. Now, I want to automate the entire process by using a Python script that can directly import this CSV file in Infoblox
Is it feasible to achieve this with Python? If so, could you suggest any libraries or best practices to handle this effectively?
Thank you in advance for your insights!
Re: Import CSV VIA PYTHON
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
CSV import can be automated via the API, you can find an example python script here:
https://github.com/ccmarris/nios_csv_import
The ibx-sdk Python module also has methods to handle CSV import.
Chris