while IFS='' read -r line || [[ -n "$line" ]]; do
ROW="$line"
echo "Text read from file: $ROW"
done < ../data/block_list.txt