Introduction

The flexible CSV CDR importer is a method of importing CSV CDR files into Smile without requiring a custom importer for the task. The flexible importer provides the ability to inform Smile what it should do with each column of a CSV - where in Smile the column is mapped, how to parse or convert the field information.

The flexible importer uses JExpr to express how Smile should handle an imported CSV column. For more information, see the JExpr Language Guide.

This document describes how to configure a Smile flexible importer to process a CSV CDR import file.

Note: JExpr is intended for advanced users familiar with programming languages. Contact Inomial for assistance.