Read large text file

@Rajiv_Awasthi Try using the below Expression in an Assign Activity :

strArray = File.ReadAllLines(“yourFilePath”)

Where strArray is of Type Array of Strings

1 Like