Populating Tables With CSV Data Via Sideband Connections
Introduction
Datagroups and tables are the two primary methods we have in iRules for organizing key and value pairs. Both can be reused for subsequent connections. Datagroups have the advant...
Updated Jan 26, 2023
Version 2.0George_Watkins_
Historic F5 Account
Joined September 17, 2008
George_Watkins_
Historic F5 Account
Joined September 17, 2008
Nikoolayy1
Jul 05, 2021MVP
In linux a cvs file looks like:
Data,STATUS
1.1.1.1,BAD
2.2.2.2,GOOD
,C
As you see it is just comma separation and you should never miss the comma as the last example " ,C " means that the " Data " column is empty and the value for the " STATUS " column is " C ".