Reordering ActionTriggers.csv for eficiency purposes

This commit is contained in:
DanB
2014-09-22 13:28:14 +02:00
parent fd84f0e90e
commit e197cef030
9 changed files with 144 additions and 141 deletions

View File

@@ -53,19 +53,6 @@ const (
ACCOUNT_ACTIONS_CSV = "AccountActions.csv"
DERIVED_CHARGERS_CSV = "DerivedChargers.csv"
CDR_STATS_CSV = "CdrStats.csv"
CSVFLD_ACTIONS_TAG = "ActionsTag"
CSVFLD_ACTION = "Action"
CSVFLD_EXTRA_PARAMS = "ExtraParameters"
CSVFLD_BALANCE_TYPE = "BalanceType"
CSVFLD_DIRECTION = "Direction"
CSVFLD_CATEGORY = "Category"
CSVFLD_DESTINATION_TAG = "DestinationTag"
CSVFLD_RATING_SUBJECT = "RatingSubject"
CSVFLD_SHARED_GROUP = "SharedGroup"
CSVFLD_EXPIRY_TIME = "ExpiryTime"
CSVFLD_UNITS = "Units"
CSVFLD_BALANCE_WEIGHT = "BalanceWeight"
CSVFLD_WEIGHT = "Weight"
TIMINGS_NRCOLS = 6
DESTINATIONS_NRCOLS = 2
RATES_NRCOLS = 6