# DataProcessor

### Description

@short: DataProcessor constructor

@signature: DataProcessor: (url: string) =\> void

### Parameters

- `url` - (required) *string* - url to the data feed

### Example

~~~jsx
var dp = new scheduler.DataProcessor("php/update.php");
~~~

### Details

You can find more information about DataProcessor, including its API [here](https://docs.dhtmlx.com/dataprocessor__index.html).

### Change log
- added in version 6.0
