---
title: "Data Importer | Introduction | N3uron KB V1.22"
slug: "data-importer-introduction"
description: "Data Importer is a N3uron module designed to import data from CSV files containing aggregated data. This module allows data to be automatically imported…"
updated: 2025-09-30T15:55:29Z
published: 2025-12-22T18:00:36Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.n3uron.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## 

**Data Importer** is a **N3uron** module that imports data from CSV files containing aggregated data. This module allows data to be automatically imported into **N3uron**, as well as permitting imported files to be stored locally, for example, in the data folder of the **Data Importer** instance. The image below depicts an example CSV file:

```none
#Name=CSVFileName
#Start=2020-03-12T10:00:00Z
#End=2020-03-12T10:05:00Z
:Tag,min,max,first,last,avg,count,good
PLANT001.BLK001.INV001.Voltage,230,235,231,233,232.1,9,1.00
PLANT001.BLK001.INV001.Current,89,152,124,152,110.62,8,1.00
PLANT001.BLK001.INV001.DailyEnergy,667,668,667,668,667.87,9,1.00
PLANT001.BLK001.INV001.Power,48.48,83.62,69.31,83.62,60.77,7,1.00
```
