# How to use Split node using fixed length option

In this tutorial we will demonstrate to split an array into individual records based on a specified length. The array will be sliced based on this length.

The input JSON array used in this video is given below. We will be setting fixed length value as 1 in the split node.

[{"data":1},{"data":2},{"data":3},{"data":4},{"data":10}]

Link to video