Remove blank lines ( new line ) with grep
echo -e "a\n\nb" | grep -v '^ *$'
or
grep -v '^[\s\t]*$' file.txt > new_file.txt
Symptoms In some scenarios, the following validation warning appears on an updatable object: " Object is no longer supported. Enforci...