Reply

IMPORT CSV VIA PYTHON

New Member
Posts: 2
186     0

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

[ Edited ]
New Member
Posts: 6
187     0
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
Showing results for 
Search instead for 
Did you mean: 

Recommended for You